scaffoldColor function

Color scaffoldColor(
  1. BuildContext context
)

Implementation

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