LabelText class final
- Inheritance
-
- Object
- LabelElement
- LabelText
Constructors
- LabelText({required String text, required double xMm, required double yMm, required double widthMm, required double heightMm, double fontSizePt = 18, LabelTextAlignment alignment = LabelTextAlignment.center, LabelHorizontalPosition horizontalPosition = LabelHorizontalPosition.center, bool wrap = true, bool bold = false})
-
factory
Properties
- alignment → LabelTextAlignment
-
final
- bold → bool
-
final
- fontSizePt → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- heightMm → double
-
final
- horizontalPosition → LabelHorizontalPosition
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
final
- widthMm → double
-
final
- wrap → bool
-
final
- xMm → double
-
final
- yMm → double
-
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