wallet static method
Wallet — folded billfold with rounded edges.
Implementation
static KinIcon wallet({Key? key, Color? color, double size = 24, double? strokeWidth}) =>
KinIcon._(key: key, painterFactory: _WalletPainter.new, color: color, size: size, strokeWidth: strokeWidth);