LabelDecoration class

Class to define a custom decoration for a label

Constructors

LabelDecoration({double verticalMenuPadding = 12, double leftPosition = 6, Color background = Colors.white})
const

Properties

background Color
Background color of the label default = Colors.white
final
hashCode int
The hash code for this object.
no setterinherited
leftPosition double
Padding on the left side of the label default = 6
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verticalMenuPadding double
Vertical padding of the label default = 12
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