YaruMasterFixedPaneDelegate constructor

const YaruMasterFixedPaneDelegate({
  1. required double paneWidth,
})

Controls a YaruMasterDetailPage pane with a fixed width.

Implementation

const YaruMasterFixedPaneDelegate({required this.paneWidth});