Skip to content

Commit b94de0e

Browse files
committed
Fix typo in example.
1 parent 5527a8f commit b94de0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/0323-null-aware-elements/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Stack(
219219
fit: StackFit.expand,
220220
children: [
221221
const AbsorbPointer(),
222-
?widget?.child,
222+
?widget.child,
223223
],
224224
)
225225

0 commit comments

Comments
 (0)