getIconColor method

  1. @override
Color? getIconColor()
inherited

getIconColor() a method which returns the iconColor.

All icons are NOT colored by default.

For more info about iconColor take a look on iconColor

Implementation

@override
Color? getIconColor() {
  if (!enabled) return AuthColors.disabledContent;
}