menu
weather
custom_divider
ColumnDivider
ColumnDivider const constructor
ColumnDivider
brightness_4
ColumnDivider
constructor
Null safety
const
ColumnDivider
(
{
Key
?
key
,
double
?
space
,
Color
?
color
}
)
Implementation
const ColumnDivider({Key? key, this.space, this.color}) : super(key: key);
weather
custom_divider
ColumnDivider
ColumnDivider const constructor
ColumnDivider class
Constructors
ColumnDivider
Properties
color
hashCode
key
runtimeType
space
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==