LabelAreaStyle class

Constructors

LabelAreaStyle.new({Shape style = Shape.RECT_FILL, int? width = 50, int? height = 50, int? posX = 0, int? posY = 0, int? endX = 50, int? endY = 50, int? thick = 1})
LabelAreaStyle.fromMap(Map<String, dynamic> map)
factory

Properties

endX int?
getter/setter pair
endY int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
getter/setter pair
posX int?
getter/setter pair
posY int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Shape
getter/setter pair
thick int?
getter/setter pair
width int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited