getBackground method

Color getBackground(
  1. ColorScheme colors
)

Implementation

Color getBackground(ColorScheme colors) {
  return backgroundColor ?? colors.surface;
}