TableRow constructor
- LocalKey? key,
- Decoration? decoration,
- List<
Widget> children = const <Widget>[],
Creates a row in a Table.
Implementation
const TableRow({ this.key, this.decoration, this.children = const <Widget>[]});
Creates a row in a Table.
const TableRow({ this.key, this.decoration, this.children = const <Widget>[]});