import 'package:proxibuy/core/gen/assets.gen.dart';
class ScreenModel {
final String title;
final String route;
final SvgGenImage icon;
ScreenModel({required this.title, required this.icon, required this.route});
}