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