selectedIconBackgroundColor property

Color? selectedIconBackgroundColor
final

The background color for the preSelected Defaults to Theme.of(context).brightness == Brightness.dark ? Colors.grey[800] : Colors.grey[400]

Implementation

final Color? selectedIconBackgroundColor;