TeXViewPadding class

TeXViewPadding to manage different types of padding of TeXView.

Constructors

TeXViewPadding.all(int? all, {TeXViewSizeUnit? sizeUnit})
const
TeXViewPadding.only({TeXViewSizeUnit? sizeUnit, int? top, int? bottom, int? right, int? left})
const

Properties

all int?
All sides padding and it'll override top, bottom,right and left padding.
final
bottom int?
Bottom padding.
final
hashCode int
The hash code for this object.
no setterinherited
left int?
Left padding.
final
Right padding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeUnit TeXViewSizeUnit?
final
top int?
Top padding.
final

Methods

getPadding() String
It'll provide CSS margin code.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited