menu
iconoir_flutter package
documentation
regular/table_rows.dart
TableRows
TableRows const constructor
TableRows const constructor
dark_mode
light_mode
TableRows
constructor
const
TableRows
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const TableRows({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/table_rows
TableRows
TableRows const constructor
TableRows class