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