ColorTokenValue constructor

const ColorTokenValue([
  1. @ColorTokenValueConverter() Color value
])

Implementation

const factory ColorTokenValue(
    [@ColorTokenValueConverter() final Color value]) = _$ColorTokenValue;