OptionalColor constructor

OptionalColor({
  1. Color? color,
})

Implementation

OptionalColor({
  this.color,
});