UpdateTheme constructor

const UpdateTheme({
  1. required ThemeBase theme,
})

Update Theme constructor.

Implementation

const UpdateTheme({
  required this.theme,
}) : super._();