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,