Table constructor
Implementation
Table({
required this.head,
required this.body,
this.caption,
super.id,
super.classes,
super.inlineStyles,
}) : super(children: [head, body]);
Table({
required this.head,
required this.body,
this.caption,
super.id,
super.classes,
super.inlineStyles,
}) : super(children: [head, body]);