AnsiTextTheme class abstract

Available extensions
Annotations
  • @DataClass()

Constructors

AnsiTextTheme.new({AnsiColor foregroundColor, AnsiColor backgroundColor, AnsiTextStyle style, AnsiPadding padding, AnsiTextAlignment alignment, int? fixedWidth})
Default constructor
const
factory
AnsiTextTheme.ctor()
const

Properties

alignment AnsiTextAlignment
no setter
backgroundColor AnsiColor
no setter
copyWith → _AnsiTextThemeCopyWithProxy

Available on AnsiTextTheme, provided by the $AnsiTextThemeExtension extension

no setter
fixedWidth int?
no setter
foregroundColor AnsiColor
no setter
hasColors bool
no setter
hashCode int
The hash code for this object.
no setterinherited
padding AnsiPadding
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style AnsiTextStyle
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