menu
chess_vectors_flutter package
documentation
vector_image.dart
CloseElement
addToPath method
addToPath method
dark_mode
light_mode
addToPath
method
@
override
void
addToPath
(
Path
path
)
override
add the given path to the PathElement
Implementation
@override void addToPath(Path path) { path.close(); }
chess_vectors_flutter package
documentation
vector_image
CloseElement
addToPath method
CloseElement class