updated new flutter version
This commit is contained in:
@@ -201,8 +201,10 @@ class MobileNewUserState extends State<MobileNewUser> {
|
||||
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).register,
|
||||
style: TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user