chore: popover offsets (#1960)

This commit is contained in:
Richard Shiue
2023-03-17 08:35:11 +08:00
committed by GitHub
parent 888c7977eb
commit 0630dc10b7
18 changed files with 59 additions and 46 deletions

View File

@ -82,6 +82,7 @@ class ShareActionList extends StatelessWidget {
final docShareBloc = context.read<DocShareBloc>();
return PopoverActionList<ShareActionWrapper>(
direction: PopoverDirection.bottomWithCenterAligned,
offset: const Offset(0, 8),
actions: ShareAction.values
.map((action) => ShareActionWrapper(action))
.toList(),