SunmiFontSize enum Null safety
SunmiFontSize Enum to set font in the printer
Constants
- LG → const SunmiFontSize
-
const SunmiFontSize(3)
- MD → const SunmiFontSize
-
const SunmiFontSize(2)
- SM → const SunmiFontSize
-
const SunmiFontSize(1)
-
values
→ const List<
SunmiFontSize> -
A constant List of the values in this enum, in order of their declaration.
const List<
SunmiFontSize> - XL → const SunmiFontSize
-
const SunmiFontSize(4)
- XS → const SunmiFontSize
-
const SunmiFontSize(0)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited