innerRadius property

WidgetStateProperty<double?>? innerRadius
final

The radius of the inner circle of the radio button, in all WidgetStates.

Resolves in the following states:

If null, then it defaults to 4.5 in all states.

Implementation

final WidgetStateProperty<double?>? innerRadius;