color property

ColorUtility<T> get color

Implementation

ColorUtility<T> get color {
  return ColorUtility<T>((value) => only(dividerColor: value));
}