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