red method

int red(
  1. Color color
)

Implementation

int red(Color color) => color.red;