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