r property

  1. @override
double get r
override

The red channel of this color.

Implementation

@override
double get r => _effectiveColor.r;