SetLabelHeight class

Sets the height of the labels.

You can use Label to draw texts.

Implemented types
Annotations

Constructors

SetLabelHeight(double height(Map))
Creates a new instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height double Function(Map)
The new height.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createInstruction(TurtleState turtle, Map argv) List<Instruction>
Creates instructions.
override
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