RelativeRotaryLastEvent constructor

RelativeRotaryLastEvent({
  1. required String action,
  2. required RelativeRotaryRotation rotation,
})

Creates a RelativeRotaryLastEvent object.

Implementation

RelativeRotaryLastEvent({
  required this.action,
  required this.rotation,
});