KevinButtonStyle constructor

const KevinButtonStyle({
  1. double? width,
  2. double? height,
  3. Color? backgroundColor,
  4. Color? titleLabelTextColor,
  5. KevinUiFont? titleLabelFont,
  6. double? cornerRadius,
  7. double? shadowRadius,
  8. double? shadowOpacity,
  9. KevinSize? shadowOffset,
  10. Color? shadowColor,
})

Implementation

const KevinButtonStyle({
  this.width,
  this.height,
  this.backgroundColor,
  this.titleLabelTextColor,
  this.titleLabelFont,
  this.cornerRadius,
  this.shadowRadius,
  this.shadowOpacity,
  this.shadowOffset,
  this.shadowColor,
});