actionType property

ActionType? actionType

Returns the type of action associated with the action button.

Implementation

ActionType? get actionType {
  return _actionType;
}