getPrimaryBackgroundColor method

Color getPrimaryBackgroundColor(
  1. BuildContext context
)

Implementation

Color getPrimaryBackgroundColor(BuildContext context) {
  return Theme.of(context).scaffoldBackgroundColor;
}