WeekdaySelectorThemeData constructor

WeekdaySelectorThemeData({
  1. bool? enableFeedback,
  2. Color? color,
  3. Color? selectedColor,
  4. Color? disabledColor,
  5. Color? fillColor,
  6. Color? selectedFillColor,
  7. Color? disabledFillColor,
  8. double? elevation,
  9. double? selectedElevation,
  10. double? disabledElevation,
  11. Color? focusColor,
  12. Color? selectedFocusColor,
  13. Color? hoverColor,
  14. Color? selectedHoverColor,
  15. Color? splashColor,
  16. Color? selectedSplashColor,
  17. TextStyle? textStyle,
  18. TextStyle? selectedTextStyle,
  19. TextStyle? disabledTextStyle,
  20. ShapeBorder? shape,
  21. ShapeBorder? selectedShape,
  22. ShapeBorder? disabledShape,
})

Creates the set of attributes used to configure the appearance of MaterialWeekdayButton widgets.

Implementation

WeekdaySelectorThemeData({
  this.enableFeedback,
  this.color,
  this.selectedColor,
  this.disabledColor,
  this.fillColor,
  this.selectedFillColor,
  this.disabledFillColor,
  this.elevation,
  this.selectedElevation,
  this.disabledElevation,
  this.focusColor,
  this.selectedFocusColor,
  this.hoverColor,
  this.selectedHoverColor,
  this.splashColor,
  this.selectedSplashColor,
  this.textStyle,
  this.selectedTextStyle,
  this.disabledTextStyle,
  this.shape,
  this.selectedShape,
  this.disabledShape,
});