editorCenterY method

double editorCenterY(
  1. int selectedLayerIndex
)

Implementation

double editorCenterY(int selectedLayerIndex) =>
    (editorSize.height - appBarHeight - bottomBarHeight) / 2;