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