SimpleColor constructor

const SimpleColor(
  1. int foreground,
  2. int background
)

Implementation

const SimpleColor(this.foreground, this.background);