Set default DividerTheme
(cherry picked from commit 9be02961277e990f8ded19106532f9c788eb1d7e)
This commit is contained in:
@@ -249,7 +249,8 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
|
||||
if (actions?.canSearch() == true &&
|
||||
controller.destinationScreenType.value == DestinationScreenType.destinationPicker)
|
||||
SearchBarView(
|
||||
controller.imagePaths,
|
||||
key: const Key('folder_search_bar_view'),
|
||||
imagePaths: controller.imagePaths,
|
||||
margin: const EdgeInsets.all(16),
|
||||
hintTextSearch: AppLocalizations.of(context).hintSearchFolders,
|
||||
onOpenSearchViewAction: controller.enableSearch
|
||||
|
||||
Reference in New Issue
Block a user