Replace button type to be compatible with Flutter's stable channel
This commit is contained in:
parent
16aa9a9eb6
commit
076c55d89c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class _OTTVerificationPageState extends State<OTTVerificationPage> {
|
|||
),
|
||||
)),
|
||||
Padding(padding: EdgeInsets.all(8)),
|
||||
TextButton(
|
||||
FlatButton(
|
||||
onPressed: () {
|
||||
Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
|
|
Loading…
Add table
Reference in a new issue