viewBackgroundColor method

Color? viewBackgroundColor(
  1. HubbleThemeData theme
)
inherited

Implementation

Color? viewBackgroundColor(HubbleThemeData theme) {
  return theme.backgroundColor;
}