darkModeFill method

Color darkModeFill()

Implementation

Color darkModeFill() {
  return accessibility.accessFeatures.highContrast == true
      ? white().withOpacity(0.35)
      : white().withOpacity(0.15);
}