LegendEntryBase class

The most basic possible legend entry - just a display name and positioning.

Implementers

Constructors

LegendEntryBase(String label, {TextStyleSpec? textStyle, int? rowNumber, int? columnNumber, int? rowCount, int? columnCount, bool? inFirstRow, bool? inFirstColumn, bool? inLastRow, bool? inLastColumn})

Properties

columnCount ↔ int?
Total number of columns in the legend.
getter/setter pair
columnNumber ↔ int?
Zero based index for the column where this legend appears in the legend.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inFirstColumn ↔ bool?
Indicates whether this is in the first column of a tabular layout.
getter/setter pair
inFirstRow ↔ bool?
Indicates whether this is in the first row of a tabular layout.
getter/setter pair
inLastColumn ↔ bool?
Indicates whether this is in the last column of a tabular layout.
getter/setter pair
inLastRow ↔ bool?
Indicates whether this is in the last row of a tabular layout.
getter/setter pair
label → String
final
rowCount ↔ int?
Total number of rows in the legend.
getter/setter pair
rowNumber ↔ int?
Zero based index for the row where this legend appears in the legend.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textStyle → TextStyleSpec?
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