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