modifierController property

LineModifierController modifierController
final

Manages modifiers that can affect how this line is displayed.

Modifiers are applied in order, wrapping each other. E.g. if modifiers is equal to [a, b], then they will be applied as b(a(line)).

Implementation

final LineModifierController modifierController;