cleared console problems
This commit is contained in:
@@ -82,7 +82,7 @@ class DesktopForgotPasswordOtpPage extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 24.0.h()),
|
||||
viewModel.isLoading
|
||||
? BaseButton(
|
||||
? const BaseButton(
|
||||
isEnabled: false,
|
||||
text: ForgotPasswordOtpStrings.resetLink,
|
||||
onPressed: null,
|
||||
@@ -105,7 +105,7 @@ class DesktopForgotPasswordOtpPage extends StatelessWidget {
|
||||
}
|
||||
: null,
|
||||
),
|
||||
SizedBox(height: 12.0),
|
||||
const SizedBox(height: 12.0),
|
||||
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
|
||||
@@ -10,7 +10,7 @@ class ForgotPasswordOtpScreen extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ResponsiveBuilder(
|
||||
return const ResponsiveBuilder(
|
||||
mobile: MobileForgotPasswordOtpPage(),
|
||||
tablet: TabletForgotPasswordOtpPage(),
|
||||
desktop: DesktopForgotPasswordOtpPage(),
|
||||
|
||||
@@ -78,7 +78,7 @@ class MobileForgotPasswordOtpPage extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 24.0.h()),
|
||||
viewModel.isLoading
|
||||
? BaseButton(
|
||||
? const BaseButton(
|
||||
isEnabled: false,
|
||||
text: ForgotPasswordOtpStrings.resetLink,
|
||||
onPressed: null,
|
||||
|
||||
@@ -82,7 +82,7 @@ class TabletForgotPasswordOtpPage extends StatelessWidget {
|
||||
),
|
||||
SizedBox(height: 24.0.h()),
|
||||
viewModel.isLoading
|
||||
? BaseButton(
|
||||
? const BaseButton(
|
||||
isEnabled: false,
|
||||
text: ForgotPasswordOtpStrings.resetLink,
|
||||
onPressed: null,
|
||||
@@ -105,7 +105,7 @@ class TabletForgotPasswordOtpPage extends StatelessWidget {
|
||||
}
|
||||
: null,
|
||||
),
|
||||
SizedBox(height: 12.0),
|
||||
const SizedBox(height: 12.0),
|
||||
|
||||
TextButton(
|
||||
onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user