VerticalDivider class

Vertical rule. width is the slot; the stroke sits in the middle.

Inheritance

Constructors

VerticalDivider({double? width, double? thickness, String? color, double indent = 0, double endIndent = 0})
VerticalDivider API.
const

Properties

color → String?
color API.
final
endIndent → double
endIndent API.
final
flowChildren → List<Widget>?
Children MultiPage should flow individually (vertical columns).
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
indent → double
indent API.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
thickness → double?
thickness API.
final
width → double?
width API.
final

Methods

layout(Context context, BoxConstraints constraints) → PwBox
layout API.
override
layoutSpan(Context context, BoxConstraints constraints) → SpanSlice?
Split across pages when constraints has a bounded height.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paintStamp(Context context, double pageW, double pageH) → void
Stamp paint. The default lays out and paints glyph by glyph.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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