showFlatRadio property

bool get showFlatRadio

Whether to show a flat list of items with single-selection.

Implementation

bool get showFlatRadio => !showFlatList && !showFlatCheck;