menu
Flutter
widgets.dart
KeyedSubtree
KeyedSubtree const constructor
KeyedSubtree
dark_mode
light_mode
description
KeyedSubtree
constructor
const
KeyedSubtree
(
{
Key
?
key
,
required
Widget
child
,
})
Creates a widget that builds its child.
Implementation
const
KeyedSubtree({
super
.key,
required
this
.child});
Flutter
widgets
KeyedSubtree
KeyedSubtree const constructor
KeyedSubtree class
Constructors
KeyedSubtree
wrap
Properties
child
hashCode
key
runtimeType
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
Static methods
ensureUniqueKeysForList
Cookies management controls