ColorDefinition constructor

ColorDefinition({
  1. String? background,
  2. String? foreground,
})

Implementation

ColorDefinition({
  this.background,
  this.foreground,
});