grayFill property

Color get grayFill

Implementation

Color get grayFill {
  return this.isDark ? Colors.grey[700]! : Colors.grey[400]!;
}