updated new flutter version
This commit is contained in:
@@ -204,8 +204,10 @@ class MobileForgotPasswordState extends State<MobileForgotPassword> {
|
||||
margin: EdgeInsets.only(top: 0.0, right: 16.0),
|
||||
child: Align(
|
||||
alignment: Alignment.centerRight,
|
||||
child: RaisedButton(
|
||||
color: Theme.of(context).primaryColor,
|
||||
child: ElevatedButton(
|
||||
style: ElevatedButton.styleFrom(
|
||||
primary: Theme.of(context).primaryColor,
|
||||
),
|
||||
child: Text(
|
||||
S.of(context).verify,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user