display property

PlutoDualGridDisplay? display
final

PlutoDualGridDisplayRatio Set the width of the two grids by specifying the ratio of the left grid. 0.5 is 5(left grid):5(right grid). 0.8 is 8(left grid):2(right grid).

PlutoDualGridDisplayFixedAndExpanded Fix the width of the left grid.

PlutoDualGridDisplayExpandedAndFixed Fix the width of the right grid.

Implementation

final PlutoDualGridDisplay? display;