Removed dead code
This commit is contained in:
@@ -11,9 +11,6 @@ class ScoreListTile extends StatelessWidget {
|
||||
super.key,
|
||||
required this.text,
|
||||
required this.controller,
|
||||
/*
|
||||
required this.onContainerTap,
|
||||
*/
|
||||
});
|
||||
|
||||
/// The text to display next to the radio button.
|
||||
@@ -21,11 +18,6 @@ class ScoreListTile extends StatelessWidget {
|
||||
|
||||
final TextEditingController controller;
|
||||
|
||||
/// The callback invoked when the container is tapped.
|
||||
/*
|
||||
final ValueChanged<T> onContainerTap;
|
||||
*/
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final loc = AppLocalizations.of(context);
|
||||
|
||||
Reference in New Issue
Block a user