JUStorageAdminScreen constructor

const JUStorageAdminScreen({
  1. Key? key,
  2. ThemeData? theme,
  3. JustStandardStorage? standard,
  4. JustSecureStorage? secure,
})

Implementation

const JUStorageAdminScreen({
  super.key,
  this.theme,
  this.standard,
  this.secure,
});