buildLinearGradient property

Gradient buildLinearGradient

Does not consider spread nor shape, borderRadius. Ignores neuTextSpec.

TODO: Write more details.

Implementation

Gradient get buildLinearGradient => Neu.linearGradient(
      color: color,
      depth: depth,
      curvature: curvature,
      swell: swell,
      begin: lightSource,
    );