getJump function

String getJump(
  1. int key
)

Returns the ready key transition to inserted in this place element using the to method of WidgetElement.

Implementation

String getJump(int key) =>
    _startJumpConstruction + key.toString() + _endJumpConstruction;