I use gradient just like ``` SplineSeries<MyData, String>( //................... gradient: LinearGradient( colors: [ Colors.black, Colors.red, ], //................. ) ``` but it doesn't work. Is it wrong to use?