WalletTypeIcon constructor
const
WalletTypeIcon({
- Key? key,
- required WalletType type,
- double width = 20,
- BoxFit fit = BoxFit.contain,
- Color? color,
- AlignmentGeometry alignment = Alignment.center,
- bool matchTextDirection = false,
Implementation
const WalletTypeIcon({
Key? key,
required this.type,
this.width = 20,
this.fit = BoxFit.contain,
this.color,
this.alignment = Alignment.center,
this.matchTextDirection = false,
}) : super(key: key);