g property

  1. @override
double get g
override

The green channel of this color.

Implementation

@override
double get g => _effectiveColor.g;