H5Config class

config class for h5

Inheritance

Constructors

H5Config({TextStyle style = const TextStyle(fontSize: 16, height: 20 / 16, fontWeight: FontWeight.bold)})
const

Properties

divider → HeadingDivider?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
padding → EdgeInsets
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
style → TextStyle
final
tag → String
every config has a tag
no setteroverride

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

Static Properties

darkConfig → H5Config
no setter