mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: bottom sheets with transition (#4608)
* feat: shiny new bottom sheets * chore: code review
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user