iconColor property

Color? iconColor

give access to Theme.of(context).iconTheme.color

Implementation

Color? get iconColor => theme.iconTheme.color;