VentWalletScanDecoration constructor

VentWalletScanDecoration({
  1. Size? size,
  2. String? asset,
  3. EdgeInsetsGeometry? padding,
  4. Color? borderColor,
  5. double? borderThickness,
  6. BorderRadiusGeometry? borderRadius,
})

Implementation

VentWalletScanDecoration({
  this.size,
  this.asset,
  this.padding,
  this.borderColor,
  this.borderThickness,
  this.borderRadius,
});