TextPen class

Constructors

TextPen({StringBuffer? buffer})

Properties

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

Methods

black() TextPen
blue() TextPen
call([String? input]) → void
cyan() TextPen
darkBlue() TextPen
darkRed() TextPen
gold() TextPen
gray() TextPen
green() TextPen
lightCyan() TextPen
lightGray() TextPen
lightMagenta() TextPen
lime() TextPen
magenta() TextPen
normal() TextPen
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print() TextPen
red() TextPen
reset() TextPen
setColor(Color color) TextPen
text(String input) TextPen
toString() String
A string representation of this object.
override
white() TextPen
yellow() TextPen

Operators

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