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