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