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