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