AnsiTreeNodeValueTheme class abstract

AnsiTreeNodeValueTheme

The theme that is used for each tree node value in an AnsiTreeView widget.

Inheritance
Available extensions
Annotations
  • @DataClass()

Constructors

AnsiTreeNodeValueTheme({AnsiTextStyle textStyle, AnsiColor color, bool wrapText, int? fixedWidth, WrapOptions wrapOptions, AnsiTextAlignment? alignment})
Default constructor
const
factory
AnsiTreeNodeValueTheme.ctor()
const

Properties

alignment AnsiTextAlignment?
Defines the alignment relative to the tree node key.
no setter
color AnsiColor
Defines the foreground color of the tree node.
no setteroverride
fixedWidth int?
Used to define a fixed width for each line of the tree.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle AnsiTextStyle
Defines the AnsiTextStyle of the tree node.
no setteroverride
wrapOptions WrapOptions
Defines how the text value of the tree node should be wrapped, if wrapText is enabled. If fixedWidth is not null, will be used as the maximum length for each line.
no setter
wrapText bool
If set to true all values that exceed the wrapLength will be wrapped.
no setter

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