$AnsiGridThemeCopyWithProxyChain<$Result> class sealed

Constructors

$AnsiGridThemeCopyWithProxyChain.new(AnsiGridTheme value, $Result chain(AnsiGridTheme 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

border(AnsiBorder newValue) → $Result
call({AnsiBorder? border, AnsiTextTheme? headerTextTheme, AnsiTextTheme? cellTextTheme, AnsiTextTheme? footerTextTheme, bool? keepSameWidth, AnsiOrientation? orientation, bool? transparent, bool? overrideTheme, bool? wrapText, WrapOptions? wrapOptions}) → $Result
cellTextTheme(AnsiTextTheme newValue) → $Result
footerTextTheme(AnsiTextTheme? newValue) → $Result
headerTextTheme(AnsiTextTheme? newValue) → $Result
keepSameWidth(bool newValue) → $Result
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orientation(AnsiOrientation newValue) → $Result
overrideTheme(bool newValue) → $Result
toString() String
A string representation of this object.
inherited
transparent(bool newValue) → $Result
wrapOptions(WrapOptions newValue) → $Result
wrapText(bool newValue) → $Result

Operators

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