ConfigurationScreen constructor

const ConfigurationScreen({
  1. Key? key,
  2. String? title,
  3. PreferredSizeWidget? customAppBar,
  4. String? initialServerUrl,
  5. String? initialShareToken,
  6. String? initialPassword,
  7. bool initialIsPublicShare = true,
  8. Color? primaryColor,
})

Implementation

const ConfigurationScreen({
  super.key,
  this.title,
  this.customAppBar,
  this.initialServerUrl,
  this.initialShareToken,
  this.initialPassword,
  this.initialIsPublicShare = true,
  this.primaryColor,
});