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