value property

  1. @Deprecated('Use component accessors like .r or .g, or toARGB32 for an explicit conversion')
int get value

A 32 bit value representing this color.

This getter is a stub. It is recommended instead to use the explicit toARGB32 method.

Implementation

@Deprecated('Use component accessors like .r or .g, or toARGB32 for an explicit conversion')
int get value => toARGB32();