mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-06-19 14:52:55 +08:00
update: cleanup and refactoring
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AccountScreen extends StatelessWidget {
|
||||
static String routeName = "/account";
|
||||
static const String routeName = "/account";
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user