menu
healthicons_flutter package
documentation
filled/forest.dart
Forest
Forest.new const constructor
Forest.new const constructor
dark_mode
light_mode
Forest
constructor
const
Forest
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Forest({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/forest
Forest
Forest.new const constructor
Forest class