merge abstract method

Returns a new picker theme that matches this picker theme but with some values replaced by the non-null parameters of the given picker theme.

If the given picker theme is null, simply returns this picker theme.

Implementation

FilesystemPickerThemeBase merge(
    BuildContext context, FilesystemPickerThemeBase? base);