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