CardSettingsInstructions constructor

CardSettingsInstructions({
  1. String text = 'Instructions here...',
  2. Color? backgroundColor,
  3. Color? textColor,
  4. bool? showMaterialonIOS,
  5. bool visible = true,
  6. EdgeInsetsGeometry? fieldPadding,
})

Implementation

CardSettingsInstructions({
  this.text = 'Instructions here...',
  this.backgroundColor,
  this.textColor,
  this.showMaterialonIOS,
  this.visible = true,
  this.fieldPadding,
});