rangeBox property

Paint get rangeBox

Implementation

Paint get rangeBox => Paint()
  ..color = Theme.of(context).waggle().primaryContainer.withOpacity(0.6)
  ..style = PaintingStyle.fill
  ..strokeWidth = 0;