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