HeadingDivider class

only support h1 and h2

Constructors

HeadingDivider({double space = 4.8, Color color = const Color(0xFFd7dde3), double height = 1.0})

Properties

color Color
the color of divider
final
hashCode int
The hash code for this object.
no setterinherited
height double
the height of divider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space double
the space between title and divider
final

Methods

copy({Color? color, double? space, double? height}) HeadingDivider
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

h1 HeadingDivider
getter/setter pair
h2 HeadingDivider
getter/setter pair
h3 HeadingDivider
getter/setter pair