sourceColorHctList property

List<Hct> get sourceColorHctList

The source color of the scheme in HCT format.

Implementation

@pragma("wasm:prefer-inline")
@pragma("vm:prefer-inline")
@pragma("dart2js:prefer-inline")
List<Hct> get sourceColorHctList => sourceColor.asHctList;