import 'package:flutter/material.dart'; @immutable class Routes { const Routes._(); static const String splashScreen = 'home'; }