FoundationColorUtility<T extends Attribute, C extends Color> constructor

const FoundationColorUtility<T extends Attribute, C extends Color>(
  1. T builder(
    1. ColorDto
    ),
  2. C color
)

Implementation

const FoundationColorUtility(super.builder, this.color);