GetThemeParametersJsonString constructor

const GetThemeParametersJsonString({
  1. required ThemeParameters theme,
})

Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously

Implementation

const GetThemeParametersJsonString({
  required this.theme,
});