CockpitSnapshotStyle constructor

const CockpitSnapshotStyle({
  1. String? textColor,
  2. String? backgroundColor,
  3. double? fontSize,
  4. String? fontWeight,
  5. String? borderSummary,
  6. String? shadowSummary,
})

Creates a CockpitSnapshotStyle.

Implementation

const CockpitSnapshotStyle({
  this.textColor,
  this.backgroundColor,
  this.fontSize,
  this.fontWeight,
  this.borderSummary,
  this.shadowSummary,
});