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