ReceiptPreview class
Simple text-only preview buffer for UI preview
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cut(
) → void -
feed(
[int n = 1]) → void -
hr(
[int width = 32]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
row(
String left, String right) → void -
text(
String text, {bool center = false}) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited