From 91a727396419933c6c9533793034a432cdb0f385 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Sat, 6 Dec 2025 14:12:34 +0100 Subject: [PATCH] madio radio list tile toggleable --- lib/presentation/widgets/tiles/custom_radio_list_tile.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/presentation/widgets/tiles/custom_radio_list_tile.dart b/lib/presentation/widgets/tiles/custom_radio_list_tile.dart index 5081bad..11e8b40 100644 --- a/lib/presentation/widgets/tiles/custom_radio_list_tile.dart +++ b/lib/presentation/widgets/tiles/custom_radio_list_tile.dart @@ -27,7 +27,11 @@ class CustomRadioListTile extends StatelessWidget { ), child: Row( children: [ - Radio(value: value, activeColor: CustomTheme.primaryColor), + Radio( + value: value, + activeColor: CustomTheme.primaryColor, + toggleable: true, + ), Expanded( child: Text( text,