isComplex property

bool isComplex
final

Pass isComplex: true for charts with many paths/gradients so Flutter rasterises them to a cached layer (trades RAM for CPU time).

Implementation

final bool isComplex;