ColorBuilder constructor

const ColorBuilder(
  1. Color start, [
  2. Color? end
])

Implementation

const ColorBuilder(this.start, [this.end]);