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