customGradient property

LinearGradient? customGradient
final

A custom LinearGradient to use for the shimmer effect. If provided, baseColor and highlightColor will be ignored.

Implementation

final LinearGradient? customGradient;