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