newPathAttachment method

  1. @override
PathAttachment newPathAttachment(
  1. Skin skin,
  2. String name
)
override

Implementation

@override
PathAttachment newPathAttachment(Skin skin, String name) =>
    PathAttachment(name);