PaneRender constructor

PaneRender({
  1. required Pane controller,
})

Implementation

PaneRender({
  required this.controller,
});