Color constructor

const Color(
  1. int value
)

Creates a Color with the given ANSI value.

Implementation

const Color(this.value);