NextcloudBrowserScreen constructor
const
NextcloudBrowserScreen({
- Key? key,
- required NextcloudConfig config,
- String? title,
- PreferredSizeWidget? customAppBar,
Implementation
const NextcloudBrowserScreen({
super.key,
required this.config,
this.title,
this.customAppBar,
});