Color.argb constructor

const Color.argb(
  1. int argb
)

Creates a color with custom alpha.

Implementation

const Color.argb(this.argb);