updateSize method

  1. @override
void updateSize(
  1. int index,
  2. DragUpdateDetails dragDetails
)
inherited

Resize the child panels when the user is draggin the using the panel dividers.

Implementation

@override
void updateSize(int index, DragUpdateDetails dragDetails) {
  final _$actionInfo = _$TabPanelBaseActionController.startAction(
      name: 'TabPanelBase.updateSize');
  try {
    return super.updateSize(index, dragDetails);
  } finally {
    _$TabPanelBaseActionController.endAction(_$actionInfo);
  }
}