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