FastAppSettingsBlocEvent.themeChanged constructor
FastAppSettingsBlocEvent.themeChanged(
- String theme
Constructor for the themeChanged event.
Implementation
FastAppSettingsBlocEvent.themeChanged(String theme)
: super(
type: FastAppSettingsBlocEventType.themeChanged,
payload: FastAppSettingsBlocEventPayload(theme: theme),
);