CoreWidgetsProvider class

Constructors

CoreWidgetsProvider({Color dividerColor = CupertinoColors.opaqueSeparator, double dividerThickness = 0.5})
const

Properties

divider Widget
no setter
dividerColor Color
final
dividerThickness double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dividerBorder() Border
dividerBorderSide() BorderSide
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withDivider([BoxDecoration? decoration]) BoxDecoration

Operators

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