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