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