TableBaseLayoutDelegate constructor

TableBaseLayoutDelegate(
  1. double widgetHeight,
  2. double widgetWidth,
  3. double headerWidth,
  4. double middleShadowWidth, [
  5. bool isRTL = false,
])

Implementation

TableBaseLayoutDelegate(
  this.widgetHeight,
  this.widgetWidth,
  this.headerWidth,
  this.middleShadowWidth, [
  this.isRTL = false,
]);