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