menu
cupertino_lists_enhanced package
documentation
selection_item.dart
SelectionItem<T>
SelectionItem.new constructor
SelectionItem.new constructor
dark_mode
light_mode
SelectionItem<
T
>
constructor
SelectionItem<
T
>
(
{
required
Widget
title
,
Widget
?
subtitle
,
T?
value
,
bool
enabled
=
true
,
})
Implementation
SelectionItem({required this.title, this.subtitle, this.value, this.enabled = true});
cupertino_lists_enhanced package
documentation
selection_item
SelectionItem<T>
SelectionItem.new constructor
SelectionItem class