newPointAttachment method

  1. @override
PointAttachment newPointAttachment(
  1. Skin skin,
  2. String name
)
override

Implementation

@override
PointAttachment newPointAttachment(Skin skin, String name) =>
    PointAttachment(name);