feat: bottom sheets with transition (#4608)

* feat: shiny new bottom sheets

* chore: code review
This commit is contained in:
Richard Shiue
2024-02-22 09:54:54 +08:00
committed by GitHub
parent 7802c75d7c
commit 4a0c48f419
15 changed files with 441 additions and 98 deletions

View File

@ -58,9 +58,8 @@ class MobileDatabaseControls extends StatelessWidget {
return _DatabaseControlButton(
icon: FlowySvgs.m_field_hide_s,
onTap: () => showMobileBottomSheet(
onTap: () => showTransitionMobileBottomSheet(
context,
showDragHandle: true,
showHeader: true,
showBackButton: true,
title: LocaleKeys.grid_settings_properties.tr(),