VButtonStyle constructor

const VButtonStyle({
  1. Color? backgroundColorDisabled,
  2. Color? backgroundColorActive,
  3. Color? foregroundColorDisabled,
  4. Color? foregroundColorActive,
  5. Color? overlayColorPressed,
  6. Color? overlayColorFocused,
  7. Color? shadowColor,
  8. double? elevation,
  9. double? borderRadiusActive,
  10. double? borderRadiusDisabled,
  11. Size? minimumSize,
  12. BorderSide? borderSideActive,
  13. BorderSide? borderSideDisabled,
  14. EdgeInsetsGeometry? padding,
})

Implementation

const VButtonStyle({
  this.backgroundColorDisabled,
  this.backgroundColorActive,
  this.foregroundColorDisabled,
  this.foregroundColorActive,
  this.overlayColorPressed,
  this.overlayColorFocused,
  this.shadowColor,
  this.elevation,
  this.borderRadiusActive,
  this.borderRadiusDisabled,
  this.minimumSize,
  this.borderSideActive,
  this.borderSideDisabled,
  this.padding,
});