RawLinearGradient constructor
const
RawLinearGradient(
- LocalPosition from,
- LocalPosition to,
- List<
Color> colors, [ - List<
double> ? colorStops, - TileMode tileMode = TileMode.clamp,
- Float64List? matrix4,
Implementation
const RawLinearGradient(
this.from,
this.to,
this.colors, [
this.colorStops,
this.tileMode = TileMode.clamp,
this.matrix4,
]);