getBackgroundColor method

Color getBackgroundColor(
  1. BuildContext context
)

Implementation

Color getBackgroundColor(BuildContext context) =>
    Theme.of(context).colorScheme.background;