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