1
This commit is contained in:
@@ -74,7 +74,7 @@ class InputBox extends StatelessWidget {
|
||||
);
|
||||
return TextField(
|
||||
controller: controller,
|
||||
maxLength: 20,
|
||||
maxLength: 100,
|
||||
obscureText: obscureText,
|
||||
style: Theme.of(context).textTheme.bodyMedium,
|
||||
decoration: InputDecoration(
|
||||
|
||||
Reference in New Issue
Block a user