menu
textify package
documentation
artifact.dart
Artifact
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Empty the content
Implementation
void clear() { cols = 0; _matrix = Uint8List(0); }
textify package
documentation
artifact
Artifact
clear method
Artifact class