Removed dead code
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user