menu
opentype_dart package
documentation
opentype.dart
Path
moveTo method
moveTo method
dark_mode
light_mode
moveTo
method
dynamic
moveTo
(
num
x
,
num
y
)
Implementation
moveTo(num x, num y) { this.commands.add({ "type": 'M', "x": x, "y": y }); }
opentype_dart package
documentation
opentype
Path
moveTo method
Path class