b property

  1. @override
double get b
override

The blue channel of this color.

Implementation

@override
double get b => _effectiveColor.b;