ColorAttribute constructor

const ColorAttribute([
  1. String? value
])

Implementation

const ColorAttribute([String? value]) : super(value: value);