labelAbove property

bool labelAbove
final

Label is positioned above the option button.

If true, the label will be above the option button, if false the label will be below the option button. Defaults to true.

Implementation

final bool labelAbove;