TeXViewPadding.only constructor
const
TeXViewPadding.only({
- TeXViewSizeUnit? sizeUnit,
- int? top,
- int? bottom,
- int? right,
- int? left,
Implementation
const TeXViewPadding.only(
{this.sizeUnit, this.top, this.bottom, this.right, this.left})
: all = null;