import 'rive_model.dart'; class Menu { final String title; final RiveModel rive; Menu({required this.title, required this.rive}); } List