b property

  1. @override
double get b
override

The blue channel of this color.

Implementation

@override
double get b => blue / 255;