activeColor property

Color? activeColor
final

The color to use when a Radio button is checked. When null, defaults to Theme.of(context).toggleableActiveColor

Implementation

final Color? activeColor;