Fixed the read only demo page

pull/972/head
X Code 3 years ago
parent 1f42da82fb
commit 8196311720
  1. 1
      example/lib/pages/home_page.dart

@ -347,6 +347,7 @@ class _HomePageState extends State<HomePage> {
}
void _readOnly() {
Navigator.pop(super.context);
Navigator.push(
super.context,
MaterialPageRoute(

Loading…
Cancel
Save