ActionStyle constructor

const ActionStyle({
  1. EdgeInsetsGeometry? padding,
  2. Color? backgroundColor,
  3. Color? disableColor,
  4. Color? selectColor,
  5. BorderRadius? borderRadius,
  6. Border? border,
})

Implementation

const ActionStyle({
  this.padding,
  this.backgroundColor,
  this.disableColor,
  this.selectColor,
  this.borderRadius,
  this.border,
});