enabled property

bool? enabled
final

Whether sprites should snap to specific orientations during rotation interactions. This switch enables or disables rotation snapping.

// Defaults to:
true

Implementation

final bool? enabled;