madio radio list tile toggleable

This commit is contained in:
2025-12-06 14:12:34 +01:00
parent b1bb8b919f
commit 91a7273964

View File

@@ -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,