Flutter
widgets
Placeholder
child property
child
description
child
property
Null safety
Widget
?
child
final
The
child
contained by the placeholder box.
Defaults to null.
Implementation
final Widget? child;
Flutter
widgets
Placeholder
child property
Placeholder class
Constructors
Placeholder
Properties
child
color
fallbackHeight
fallbackWidth
hashCode
key
runtimeType
strokeWidth
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==