FlutterNextcloud constructor

const FlutterNextcloud({
  1. Key? key,
  2. Color? primaryColor,
  3. Color? secondaryColor,
  4. String? title,
  5. PreferredSizeWidget? configurationAppBar,
  6. PreferredSizeWidget? browserAppBar,
  7. String? serverUrl,
  8. String? shareToken,
  9. String? password,
  10. bool autoConnect = false,
  11. bool isPublicShare = true,
})

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,
});