showFlatRadio property
bool
get
showFlatRadio
Whether to show a flat list of items with single-selection.
Implementation
bool get showFlatRadio => !showFlatList && !showFlatCheck;
Whether to show a flat list of items with single-selection.
bool get showFlatRadio => !showFlatList && !showFlatCheck;