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