🧱 Share feature basis

This commit is contained in:
2025-06-25 15:32:12 +08:00
parent 63230c16ff
commit b275b8328d
7 changed files with 1013 additions and 6 deletions

View File

@ -144,7 +144,7 @@ class TabbedFabLocation extends FloatingActionButtonLocation {
scaffoldGeometry.floatingActionButtonSize.height -
scaffoldGeometry.bottomSheetSize.height -
safeAreaPadding.bottom -
(isWideScreen(context) ? 24 : 80) +
(isWideScreen(context) ? 32 : 80) +
16;
return Offset(fabX, fabY);