menu
canvas_core package
documentation
canvas_core_runtime.dart
SvgPathSource
SvgPathSource.fromJson factory constructor
SvgPathSource.fromJson factory constructor
dark_mode
light_mode
SvgPathSource.fromJson
constructor
SvgPathSource.fromJson
(
Map
<
String
,
Object
?
>
m
)
Implementation
factory SvgPathSource.fromJson(Map<String, Object?> m) => SvgPathSource(m['d'] as String);
canvas_core package
documentation
canvas_core_runtime
SvgPathSource
SvgPathSource.fromJson factory constructor
SvgPathSource class