LabelCanvasStyle class
Constructors
- LabelCanvasStyle.new({int? width = 50, int? height = 50, int? posX = 0, int? posY = 0})
-
LabelCanvasStyle.fromMap(Map<
String, dynamic> map) -
factory
Properties
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