panelSizeOf static method

double panelSizeOf(
  1. BuildContext context
)

Implementation

static double panelSizeOf(BuildContext context) {
  return SplitViewProvider.of(context).panelSize;
}