blue property
- @Deprecated('Use .b.')
The blue channel of this color in an 8 bit value.
Implementation
@Deprecated('Use .b.')
int get blue => (0x000000ff & value) >> 0;
The blue channel of this color in an 8 bit value.
@Deprecated('Use .b.')
int get blue => (0x000000ff & value) >> 0;