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