mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 19:49:16 +01:00
9.0.2
This commit is contained in:
13
gui/lib/src/page/abstract/page_suggestion.dart
Normal file
13
gui/lib/src/page/abstract/page_suggestion.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
class PageSuggestion {
|
||||
final String name;
|
||||
final String description;
|
||||
final String? content;
|
||||
final int pageIndex;
|
||||
final String? routeName;
|
||||
|
||||
PageSuggestion({required this.name,
|
||||
required this.description,
|
||||
this.content,
|
||||
required this.pageIndex,
|
||||
this.routeName});
|
||||
}
|
||||
Reference in New Issue
Block a user