side property

BorderSide? side
final

The side for the circular border of the radio button, in all WidgetStates.

This property can be a BorderSide or a WidgetStateBorderSide to leverage widget state resolution.

Resolves in the following states:

If null, then it defaults to a border using the fill color.

Implementation

final BorderSide? side;