actionType property

SlideActionType? get actionType

Gest the active type of action.

Implementation

SlideActionType? get actionType => _actionType;
set actionType (SlideActionType? value)

Sets the active type of action.

Implementation

set actionType(SlideActionType? value) {
  _actionType = value;
  _initAnimations();
}