v7
This commit is contained in:
@@ -16,7 +16,7 @@ class HoverIconButton extends StatefulWidget {
|
||||
this.hoverColor,
|
||||
this.size = 24,
|
||||
this.defaultColor,
|
||||
this.cursor = SystemMouseCursors.cell,
|
||||
this.cursor = SystemMouseCursors.click,
|
||||
});
|
||||
|
||||
@override
|
||||
|
||||
@@ -4,6 +4,8 @@ class MenuMeta {
|
||||
// 标签
|
||||
final String label;
|
||||
|
||||
final String? path;
|
||||
|
||||
// 图标数据
|
||||
final IconData icon;
|
||||
|
||||
@@ -12,6 +14,7 @@ class MenuMeta {
|
||||
|
||||
const MenuMeta({
|
||||
required this.label,
|
||||
this.path,
|
||||
required this.icon,
|
||||
this.color,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user