PlutoGridLayoutDelegate constructor

PlutoGridLayoutDelegate(
  1. PlutoGridStateManager _stateManager,
  2. TextDirection _textDirection
)

Implementation

PlutoGridLayoutDelegate(this._stateManager, this._textDirection)
    : super(relayout: _stateManager.resizingChangeNotifier) {
  // set textDirection before the first frame is laid-out
  _stateManager.setTextDirection(_textDirection);
}