ui_color library

Classes

Color
An immutable 32 bit color.dart value in ARGB format.

Functions

lerpDouble(num? a, num? b, double t) double?
Linearly interpolate between two numbers, a and b, by an extrapolation factor t.