Red constructor

Red({
  1. int? red,
})

Implementation

Red({
  this.red,
});