backgroundColor method

Color backgroundColor()

Implementation

Color backgroundColor() {
  return Colors.black.withAlpha(30);
}