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