Corrected variables declaration
This commit is contained in:
parent
cf813e22c1
commit
69b28b1e59
11 changed files with 44 additions and 41 deletions
|
|
@ -26,8 +26,8 @@ class _LoginPageState extends State<LoginPage> {
|
|||
final _passwordController = TextEditingController();
|
||||
final FocusNode _focusNode = FocusNode();
|
||||
|
||||
late bool _isLoading = false;
|
||||
late double containerHeight = 0.35;
|
||||
bool _isLoading = false;
|
||||
double containerHeight = 0.35;
|
||||
|
||||
void _signIn() async {
|
||||
final email = _emailController.text;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue