Replace button type to be compatible with Flutter's stable channel

This commit is contained in:
Vishnu Mohandas 2020-09-27 20:51:00 +05:30
parent 16aa9a9eb6
commit 076c55d89c

View file

@ -98,7 +98,7 @@ class _OTTVerificationPageState extends State<OTTVerificationPage> {
),
)),
Padding(padding: EdgeInsets.all(8)),
TextButton(
FlatButton(
onPressed: () {
Navigator.of(context).push(
MaterialPageRoute(