TeXViewPadding.only constructor

const TeXViewPadding.only({
  1. TeXViewSizeUnit? sizeUnit,
  2. int? top,
  3. int? bottom,
  4. int? right,
  5. int? left,
})

Implementation

const TeXViewPadding.only(
    {this.sizeUnit, this.top, this.bottom, this.right, this.left})
    : all = null;