menu
flutter_selectable_cards package
documentation
components/selectable_radio_card.dart
RadioCard
RadioCard const constructor
RadioCard const constructor
dark_mode
light_mode
RadioCard
constructor
const
RadioCard
(
{
Key
?
key
,
required
String
title
,
String
subtitle
=
""
,
required
int
index
,
})
Implementation
const RadioCard({ super.key, required this.title, this.subtitle = "", required this.index, });
flutter_selectable_cards package
documentation
components/selectable_radio_card
RadioCard
RadioCard const constructor
RadioCard class