TableRow constructor
const
TableRow({
- String? id,
- required List<
Component> children, - TableRowCellAlignment? alignment,
- String? classes,
- VoidCallback? onClick,
Creates a TableRow.
Implementation
const TableRow({
this.id,
required this.children,
this.alignment,
this.classes,
this.onClick,
});