menu
re_svg package
documentation
resvg_ffi.dart
ReSvg
from static method
from static method
dark_mode
light_mode
from
static method
Future
<
ReSvg
>
from
(
String
data
)
Implementation
static Future<ReSvg> from(String data) async => await Isolate.run(() => _from(data));
re_svg package
documentation
resvg_ffi
ReSvg
from static method
ReSvg class