ColorAttribute constructor

const ColorAttribute(
  1. String? val
)

Implementation

const ColorAttribute(String? val)
    : super('color', AttributeScope.inline, val);