expandedColor property

Color? expandedColor
final

The color of the icon when the icon is expanded.

Defaults to Colors.black54 when the theme's ThemeData.brightness is Brightness.light and to Colors.white when it is Brightness.dark. This adheres to the Material Design specifications for icons and for dark theme

Implementation

final Color? expandedColor;