NextcloudBrowserScreen constructor

const NextcloudBrowserScreen({
  1. Key? key,
  2. required NextcloudConfig config,
  3. String? title,
  4. PreferredSizeWidget? customAppBar,
})

Implementation

const NextcloudBrowserScreen({
  super.key,
  required this.config,
  this.title,
  this.customAppBar,
});