VentWalletScanDecoration constructor
VentWalletScanDecoration({
- Size? size,
- String? asset,
- EdgeInsetsGeometry? padding,
- Color? borderColor,
- double? borderThickness,
- BorderRadiusGeometry? borderRadius,
Implementation
VentWalletScanDecoration({
this.size,
this.asset,
this.padding,
this.borderColor,
this.borderThickness,
this.borderRadius,
});