fillExtend property

bool fillExtend
final

fillExtend Sets the fill of extendedLinearGauge according to nearest range or value bar color. It's default to false.

const LinearGauge(
  extendLinearGauge:10,
  fillExtend:true;
)

Implementation

final bool fillExtend;