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