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