ColorArg constructor

const ColorArg(
  1. Color value, {
  2. String? name,
})

Implementation

const ColorArg(
  super.value, {
  super.name,
});