add comment
This commit is contained in:
@@ -31,6 +31,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
|
|||||||
/// Controller for the match name input field
|
/// Controller for the match name input field
|
||||||
final TextEditingController _matchNameController = TextEditingController();
|
final TextEditingController _matchNameController = TextEditingController();
|
||||||
|
|
||||||
|
/// Hint text for the match name input field
|
||||||
String hintText = 'Match Name';
|
String hintText = 'Match Name';
|
||||||
|
|
||||||
/// List of all groups from the database
|
/// List of all groups from the database
|
||||||
|
|||||||
Reference in New Issue
Block a user