fix: auto resize Action list

This commit is contained in:
nathan
2022-09-25 14:56:54 +08:00
parent ae3a68efb6
commit 42995b6baf
6 changed files with 70 additions and 60 deletions

View File

@ -195,9 +195,6 @@ class ShareActions with ActionList<ShareActionWrapper>, FlowyOverlayDelegate {
ShareActions({required this.onSelected});
@override
double get maxWidth => 130;
@override
double get itemHeight => 22;