FilesystemPickerAutoSystemTheme constructor

const FilesystemPickerAutoSystemTheme({
  1. bool inherit = _kDefaultInherit,
  2. FilesystemPickerTheme? lightTheme,
  3. FilesystemPickerTheme? darkTheme,
})

Create an adaptive theme that can be used to customize the FilesystemPicker presentation

Implementation

const FilesystemPickerAutoSystemTheme({
  this.inherit = _kDefaultInherit,
  this.lightTheme,
  this.darkTheme,
});