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