disabledColor property

  1. @Deprecated("'PushButton' no longer uses singular colors and therefore cannot " "be themed using a 'PushButtonTheme'.")
Color? disabledColor
final

The default disabled color for PushButton

Implementation

@Deprecated(
    "'PushButton' no longer uses singular colors and therefore cannot "
    "be themed using a 'PushButtonTheme'.")
final Color? disabledColor;