Verschiedene Regelsätze implementieren #194

Merged
flixcoo merged 46 commits from feature/132-verschiedene-regelsaetze-implementieren into development 2026-04-24 10:31:36 +00:00
Showing only changes of commit 9230b0caba - Show all commits

View File

@@ -11,9 +11,6 @@ class ScoreListTile extends StatelessWidget {
super.key, super.key,
required this.text, required this.text,
required this.controller, required this.controller,
/*
required this.onContainerTap,
*/
}); });
/// The text to display next to the radio button. /// The text to display next to the radio button.
@@ -21,11 +18,6 @@ class ScoreListTile extends StatelessWidget {
final TextEditingController controller; final TextEditingController controller;
/// The callback invoked when the container is tapped.
/*
final ValueChanged<T> onContainerTap;
*/
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
final loc = AppLocalizations.of(context); final loc = AppLocalizations.of(context);