TitleConfig class

config class for TitleWidget

Constructors

TitleConfig({TextStyle? h1, TextStyle? h2, TextStyle? h3, TextStyle? h4, TextStyle? h5, TextStyle? h6, TextStyle? commonStyle, TextConfig? textConfig, TitleWrapper? titleWrapper, bool? showDivider, Widget? divider, double? space})

Properties

commonStyle TextStyle?
final
divider Widget?
final
h1 TextStyle?
final
h2 TextStyle?
final
h3 TextStyle?
final
h4 TextStyle?
final
h5 TextStyle?
final
h6 TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDivider bool?
final
space double?
final
textConfig TextConfig?
final
titleWrapper TitleWrapper?
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