VegaEmbedOptions constructor
VegaEmbedOptions({
- String? mode,
- String? theme,
- Object? defaultStyle,
- String? renderer,
- LogLevel? logLevel,
- Object? tooltip,
- num? width,
- num? height,
- Padding? padding,
- Actions? actions,
- num? scaleFactor,
- String? editorUrl,
- String? sourceHeader,
- I18N? i18n,
- String? downloadFileName,
- FormatLocale? formatLocale,
- TimeFormatLocale? timeFormatLocale,
Constructor
Implementation
factory VegaEmbedOptions({
String? mode,
String? theme,
Object? defaultStyle,
String? renderer,
LogLevel? logLevel,
Object? tooltip,
// todo: Define loader
// todo: define patch
num? width,
num? height,
Padding? padding,
Actions? actions,
num? scaleFactor,
// todo: define config
/// Url for the vegaEditor
String? editorUrl,
///
String? sourceHeader,
String? sourceFooter,
// todo: define hover,
I18N? i18n,
String? downloadFileName,
FormatLocale? formatLocale,
TimeFormatLocale? timeFormatLocale,
}) = _VegaEmbedOptions;