red property

  1. @override
int get red
override

The red channel of this color in an 8 bit value.

Implementation

@override
int get red => _effectiveColor.red;