resolvedBackgroundColor method

Color resolvedBackgroundColor(
  1. BuildContext context
)

Implementation

Color resolvedBackgroundColor(BuildContext context) =>
    backgroundColor ?? Theme.of(context).scaffoldBackgroundColor;