menu
iconoir_flutter package
documentation
selection.dart
Selection
Selection.new const constructor
Selection.new const constructor
dark_mode
light_mode
Selection
constructor
const
Selection
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Selection({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
selection
Selection
Selection.new const constructor
Selection class