description property

  1. @override
String get description
override

Human-readable description of this transition (optional, for tooling).

Implementation

@override
String get description =>
    'Rotate by [turns] full rotations around [alignment]';