toInt method

int toInt()

Converts a Flutter Color object to an integer.

Implementation

int toInt() {
  return ColorConverter.color2int(this);
}