disabledFontColor property

Color? disabledFontColor
final

Defines the font color of the badge's label when it is disabled. If this parameter is not informed, there will be no distinction in the font color of the badge when enabled and disabled.

Implementation

final Color? disabledFontColor;