mobile peer tab right actions dropdown

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-10-02 19:32:28 +08:00
parent 290c980d5f
commit 70c0edcbe7
7 changed files with 159 additions and 41 deletions

View File

@@ -91,7 +91,6 @@ class IconFont {
static const IconData roundClose = IconData(0xe6ed, fontFamily: _family2);
static const IconData addressBook =
IconData(0xe602, fontFamily: "AddressBook");
static const IconData checkbox = IconData(0xe7d6, fontFamily: "CheckBox");
}
class ColorThemeExtension extends ThemeExtension<ColorThemeExtension> {