actionType property

SlideActionType? actionType

Gest the active type of action.

Implementation

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

Sets the active type of action.

Implementation

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