SeniorButtonStyle constructor

const SeniorButtonStyle({
  1. Color? backgroundColor,
  2. Color? disabledBackgroundColor,
  3. Color? dangerBackgroundColor,
  4. Color? dangerDisabledBackgroundColor,
  5. Color? contentColor,
  6. Color? disabledContentColor,
  7. Color? dangerContentColor,
  8. Color? dangerDisabledContentColor,
  9. Color? borderColor,
  10. Color? disabledBorderColor,
  11. Color? dangerBorderColor,
  12. Color? dangerDisabledBorderColor,
  13. Color? loaderColor,
  14. Color? dangerLoaderColor,
  15. Color? outlinedContentColor,
  16. Color? dangerOutlinedContentColor,
  17. Color? outlinedDisabledContentColor,
  18. Color? dangerOutlinedDisabledContentColor,
})

Style definitions for the SeniorButton component.

Implementation

const SeniorButtonStyle({
  this.backgroundColor,
  this.disabledBackgroundColor,
  this.dangerBackgroundColor,
  this.dangerDisabledBackgroundColor,
  this.contentColor,
  this.disabledContentColor,
  this.dangerContentColor,
  this.dangerDisabledContentColor,
  this.borderColor,
  this.disabledBorderColor,
  this.dangerBorderColor,
  this.dangerDisabledBorderColor,
  this.loaderColor,
  this.dangerLoaderColor,
  this.outlinedContentColor,
  this.dangerOutlinedContentColor,
  this.outlinedDisabledContentColor,
  this.dangerOutlinedDisabledContentColor,
});