getBackgroundColor method

Color getBackgroundColor(
  1. BuildContext context
)

Implementation

Color getBackgroundColor(BuildContext context) {
  return backgroundColor ?? const Color(0x0000BFFF);
}