CardSettingsHeader constructor

CardSettingsHeader({
  1. String label = 'Label',
  2. TextAlign labelAlign = TextAlign.left,
  3. double height = 44.0,
  4. Color? color,
  5. bool? showMaterialonIOS,
  6. bool visible = true,
  7. Widget? child,
  8. EdgeInsetsGeometry? fieldPadding,
})

Implementation

CardSettingsHeader({
  this.label = 'Label',
  this.labelAlign = TextAlign.left,
  this.height = 44.0,
  this.color,
  this.showMaterialonIOS,
  this.visible = true,
  this.child,
  this.fieldPadding,
});