$AnsiTreeViewThemeCopyWithProxyChain<$Result> class sealed

Constructors

$AnsiTreeViewThemeCopyWithProxyChain(AnsiTreeViewTheme value, $Result chain(AnsiTreeViewTheme update))
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

alignment(AnsiTextAlignment newValue) → $Result
anchorTheme(AnsiTreeAnchorTheme newValue) → $Result
call({bool? compact, bool? sorted, bool? showListItemIndex, AnsiTreeAnchorTheme? anchorTheme, AnsiTreeNodeKeyTheme? keyTheme, AnsiTreeNodeValueTheme? valueTheme, AnsiTreeHeaderTheme? headerTheme, AnsiTextAlignment? alignment}) → $Result
compact(bool newValue) → $Result
headerTheme(AnsiTreeHeaderTheme newValue) → $Result
keyTheme(AnsiTreeNodeKeyTheme newValue) → $Result
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showListItemIndex(bool newValue) → $Result
sorted(bool newValue) → $Result
toString() String
A string representation of this object.
inherited
valueTheme(AnsiTreeNodeValueTheme newValue) → $Result

Operators

operator ==(Object other) bool
The equality operator.
inherited