mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
migrate: material 3
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class NavigationItem {
|
||||
final IconData icon;
|
||||
final String title;
|
||||
|
||||
NavigationItem(this.icon, this.title);
|
||||
}
|
||||
1
lib/data/model/app/tab.dart
Normal file
1
lib/data/model/app/tab.dart
Normal file
@@ -0,0 +1 @@
|
||||
enum AppTab { servers, encode, ping }
|
||||
Reference in New Issue
Block a user