TF-4229 Implement search by label filter in mobile

This commit is contained in:
dab246
2026-01-05 11:25:29 +07:00
committed by Dat H. Pham
parent 96f03eaa40
commit a35b263dca
11 changed files with 362 additions and 71 deletions
@@ -45,6 +45,8 @@ mixin OptionalPopupSelectedIcon<T> {
Color get selectedIconColor => AppColor.primaryMain;
double get selectedIconSize => 16.0;
bool get isArrangeRTL => true;
}
mixin OptionalPopupHoverIcon {