systemDefault constant

SupportWidgetTheme const systemDefault

Default theme that prefers system theme.

Implementation

static const SupportWidgetTheme systemDefault = SupportWidgetTheme(
  prefersSystemTheme: true,
);