GetThemeParametersJsonString constructor
const
GetThemeParametersJsonString({
- required ThemeParameters theme,
Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously
Implementation
const GetThemeParametersJsonString({
required this.theme,
});