MaterialAccentColorUtility<T extends Attribute> constructor

const MaterialAccentColorUtility<T extends Attribute>(
  1. T builder(
    1. ColorDto
    ),
  2. MaterialAccentColor color
)

Implementation

const MaterialAccentColorUtility(super.builder, super.color);