ZeroButtonStyle constructor

const ZeroButtonStyle({
  1. Color? foregroundColor,
  2. Color? backgroundColor,
  3. Color? disabledForegroundColor,
  4. Color? disabledBackgroundColor,
  5. Color? shadowColor,
  6. Color? surfaceTintColor,
  7. double? elevation,
  8. TextStyle? textStyle,
  9. EdgeInsetsGeometry? padding,
  10. Size? minimumSize,
  11. Size? fixedSize,
  12. Size? maximumSize,
  13. BorderSide? side,
  14. OutlinedBorder? shape,
  15. VisualDensity? visualDensity,
  16. MaterialTapTargetSize? tapTargetSize,
  17. Duration? animationDuration,
  18. bool? enableFeedback,
  19. AlignmentGeometry? alignment,
  20. InteractiveInkFeatureFactory? splashFactory,
  21. Color? animatingColor,
})

Implementation

const ZeroButtonStyle({
  this.foregroundColor,
  this.backgroundColor,
  this.disabledForegroundColor,
  this.disabledBackgroundColor,
  this.shadowColor,
  this.surfaceTintColor,
  this.elevation,
  this.textStyle,
  this.padding,
  this.minimumSize,
  this.fixedSize,
  this.maximumSize,
  this.side,
  this.shape,
  this.visualDensity,
  this.tapTargetSize,
  this.animationDuration,
  this.enableFeedback,
  this.alignment,
  this.splashFactory,
  this.animatingColor,
});