CardSettingsSection constructor

CardSettingsSection({
  1. CardSettingsInstructions? instructions,
  2. List<CardSettingsWidget>? children,
  3. CardSettingsHeader? header,
  4. bool showMaterialonIOS = false,
  5. Divider? divider,
})

Implementation

CardSettingsSection({
  this.instructions,
  this.children,
  this.header,
  this.showMaterialonIOS = false,
  this.divider,
});