madio radio list tile toggleable
This commit is contained in:
@@ -27,7 +27,11 @@ class CustomRadioListTile<T> extends StatelessWidget {
|
||||
),
|
||||
child: Row(
|
||||
children: [
|
||||
Radio<T>(value: value, activeColor: CustomTheme.primaryColor),
|
||||
Radio<T>(
|
||||
value: value,
|
||||
activeColor: CustomTheme.primaryColor,
|
||||
toggleable: true,
|
||||
),
|
||||
Expanded(
|
||||
child: Text(
|
||||
text,
|
||||
|
||||
Reference in New Issue
Block a user