cIconColor property

Color? cIconColor

Returns the icon color from the current theme obtained from Theme.of(context).iconTheme.color.

Implementation

Color? get cIconColor => Theme.of(this).iconTheme.color;