barDisabled property

Paint get barDisabled

Implementation

Paint get barDisabled => Paint()
  ..color = Theme.of(context).colorScheme.onSurface.withOpacity(0.38)
  ..style = PaintingStyle.fill
  ..strokeWidth = 0;