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