menu
figma_gen_core package
documentation
utils/file.dart
ImageWriter typedef
ImageWriter typedef
dark_mode
light_mode
ImageWriter
typedef
ImageWriter
=
void Function
(
List
<
int
>
contents
,
String
path
,
String
?
oldPath
)
Implementation
typedef ImageWriter = void Function( List<int> contents, String path, String? oldPath, );
figma_gen_core package
documentation
utils/file
ImageWriter typedef
file library