iconColor top-level property

Color iconColor
getter/setter pair

iconColor should be set to white when the theme is dark and black when the theme is light By default it is set to white since the default theme is dark.

Implementation

Color iconColor = Colors.white;