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