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