mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Implemented go router
This commit is contained in:
parent
2ad739ed4f
commit
621171c5b1
23 changed files with 614 additions and 234 deletions
|
@ -4,14 +4,12 @@ class AppScreen {
|
|||
final String name;
|
||||
final IconData icon;
|
||||
final PreferredSizeWidget? appBar;
|
||||
final Widget body;
|
||||
final Widget? fab;
|
||||
|
||||
const AppScreen({
|
||||
required this.name,
|
||||
required this.icon,
|
||||
this.appBar,
|
||||
required this.body,
|
||||
this.fab
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue