MDCTabDimensions constructor

MDCTabDimensions({
  1. num? rootLeft,
  2. num? rootRight,
  3. num? contentLeft,
  4. num? contentRight,
})

Implementation

external factory MDCTabDimensions(
    {num? rootLeft, num? rootRight, num? contentLeft, num? contentRight});