SpringButtonState constructor

SpringButtonState(
  1. SpringButtonType springButtonType,
  2. bool useCache,
  3. Alignment alignment,
  4. double scaleCoefficient,
)

Implementation

SpringButtonState(
  this.springButtonType,
  this.useCache,
  this.alignment,
  this.scaleCoefficient,
);