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