mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-06 14:19:24 +08:00
解决一个小bug,同时详情页面不会出现边框遮拦动画的事件了
This commit is contained in:
@ -16,7 +16,7 @@ class IconUtil {
|
||||
List<IconData> get icons => _icons;
|
||||
|
||||
|
||||
|
||||
List<String> get iconNames => _iconNames;
|
||||
|
||||
|
||||
List<IconData> _icons = [
|
||||
@ -1007,7 +1007,7 @@ class IconUtil {
|
||||
Icons.zoom_out_map
|
||||
];
|
||||
|
||||
List<String> iconNames = [
|
||||
List<String> _iconNames = [
|
||||
"threesixty",
|
||||
"threed_rotation",
|
||||
"four_k",
|
||||
|
Reference in New Issue
Block a user