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