RippleButtonStyle constructor

const RippleButtonStyle({
  1. double height = 40,
  2. double? width,
  3. double elevation = 0.0,
  4. TextStyle? text,
})

Implementation

const RippleButtonStyle({
  this.height = 40,
  this.width,
  this.elevation = 0.0,
  this.text,
});