Unverified Commit 5da997e6 authored by Youssef Attia's avatar Youssef Attia Committed by GitHub

Quick Documentation Fix for Sliver (#108633)

parent 0a055faf
...@@ -571,7 +571,7 @@ class SliverChildListDelegate extends SliverChildDelegate { ...@@ -571,7 +571,7 @@ class SliverChildListDelegate extends SliverChildDelegate {
/// [addSemanticIndexes], and [semanticIndexCallback] arguments must not be /// [addSemanticIndexes], and [semanticIndexCallback] arguments must not be
/// null. /// null.
/// ///
/// If the order of children` never changes, consider using the constant /// If the order of children never changes, consider using the constant
/// [SliverChildListDelegate.fixed] constructor. /// [SliverChildListDelegate.fixed] constructor.
SliverChildListDelegate( SliverChildListDelegate(
this.children, { this.children, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment