scale property

  1. @Deprecated('[scale] is deprecated, use [width] instead, will be removed soon')
double scale
final

Can scale the credit card.

if you want reduce the size, set the value less than 1, else set greater than 1.

By default the value is 1.0.

Implementation

@Deprecated(
  '[scale] is deprecated, use [width] instead, will be removed soon',
)
final double scale;