LetterOffset class

Constructors

LetterOffset({required Offset offset, required Offset spacing})

Properties

getBiggerOffset Offset
get the bigger offsets by filtering the spacing horizontally and vertically ex:(0,0..0,30) when spacing set to 30
no setter
getSmallerOffset Offset
get the smaller converted offsets ex:(0,0.. 0,1)
no setter
hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing Offset
final

Methods

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