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