getContextActions method

  1. @override
FilesystemPickerContextActionsThemeData getContextActions(
  1. BuildContext context
)
override

Returns the theme for the context actions, using context to get the defaults.

Implementation

@override
FilesystemPickerContextActionsThemeData getContextActions(
    BuildContext context) {
  return _contextActions ?? const FilesystemPickerContextActionsThemeData();
}