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