TableRow constructor
const
TableRow({
- List<
Widget> children = const <Widget>[], - bool repeat = false,
- BoxDecoration? decoration,
- TableCellVerticalAlignment? verticalAlignment,
TableRow API.
Implementation
const TableRow({
this.children = const <Widget>[],
this.repeat = false,
this.decoration,
this.verticalAlignment,
});