FlutterNextcloud constructor
const
FlutterNextcloud({
- Key? key,
- Color? primaryColor,
- Color? secondaryColor,
- String? title,
- PreferredSizeWidget? configurationAppBar,
- PreferredSizeWidget? browserAppBar,
- String? serverUrl,
- String? password,
- bool autoConnect = false,
Implementation
const FlutterNextcloud({
super.key,
this.primaryColor,
this.secondaryColor,
this.title,
this.configurationAppBar,
this.browserAppBar,
this.serverUrl,
this.shareToken,
this.password,
this.autoConnect = false,
this.isPublicShare = true,
});