PrintTextStyle class

Constructors

PrintTextStyle({required PrintTextAlign align, required bool isTitle})
PrintTextStyle.defaultValue()
factory

Properties

align PrintTextAlign
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTitle bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({PrintTextAlign? align, bool? isTitle}) PrintTextStyle
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