DividerSection class

Section to display a divider.

Constructors

DividerSection({required double? marginLeft, required double? marginBottom, required double maxWidth, required double? thickness, required Color? color})

Properties

color Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marginBottom double?
getter/setter pairinherited
marginLeft double?
getter/setter pairinherited
maxHeight double
no setterinherited
maxWidth double
getter/setter pairinherited
minHeight double
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thickness double?
getter/setter pair

Methods

buildContent(BuildContext context) Widget
Builds the widget for this section content.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runMacro({required dynamic id, required BuildContext context}) → void
Runs a macro.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited