TeXViewMargin class

TeXViewMargin to manage different types of margin of TeXView.

Constructors

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

Properties

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

Methods

getMargin() 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