openLeft method
Implementation
void openLeft(Key? itemKey,
{bool closeOthers = false, bool closeAllTypes = false}) {
_performSwipeAction(
itemKey,
action: (state) => state._openLeft(),
closeOthers: closeOthers,
closeAllTypes: closeAllTypes,
);
}