emptyGradient static method

LinearGradient emptyGradient({
  1. Color baseColor = shades0,
})

Implementation

static LinearGradient emptyGradient({Color baseColor = shades0}) => LinearGradient(colors: [baseColor, baseColor]);