background static method

Color background(
  1. BuildContext context
)

Implementation

static material.Color background(material.BuildContext context) {
  return material.Theme.of(context).scaffoldBackgroundColor;
}