SimpleLegendEntryLayout class
Builds one legend entry as a row with symbol and label from the series.
If directionality from the chart context indicates RTL, the symbol is placed to the right of the text instead of the left of the text.
- Implemented types
Constructors
- SimpleLegendEntryLayout()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context, LegendEntry legendEntry, TappableLegend legend, bool isHidden, {bool showMeasures = false}) → Widget -
override
-
createLabel(
BuildContext context, LegendEntry legendEntry, TappableLegend legend, bool isHidden) → Widget -
createMeasureValue(
BuildContext context, LegendEntry legendEntry, TappableLegend legend, bool isHidden) → Widget -
createSymbol(
BuildContext context, LegendEntry legendEntry, TappableLegend legend, bool isHidden) → Widget -
makeTapUpCallback(
BuildContext context, LegendEntry legendEntry, TappableLegend legend) → GestureTapUpCallback -
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.
override