PConfig class

config class for PWidget

Constructors

PConfig({TextStyle? textStyle, TextStyle? linkStyle, TextStyle? delStyle, TextStyle? emStyle, TextStyle? strongStyle, TextConfig? textConfig, OnLinkTap? onLinkTap, Custom? custom})

Properties

custom Custom?
final
delStyle TextStyle?
final
emStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
linkStyle TextStyle?
final
onLinkTap OnLinkTap?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strongStyle TextStyle?
final
textConfig TextConfig?
final
textStyle TextStyle?
final

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