update: cleanup and refactoring

This commit is contained in:
Nishant Srivastava
2018-01-19 04:07:07 +05:30
parent f257e0898d
commit ee49612fca
6 changed files with 8 additions and 16 deletions

View File

@ -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) {