Closed
Description
The following:
/// using the [AutomaticKeepAliveClientMixin], then implementing the
/// [wantKeepAlive] getter and calling [updateKeepAlive].
/// {@endtemplate}
///
/// See also:
///
/// * [SliverChildBuilderDelegate], which is a delegate that uses a builder
/// callback to construct the children.
...renders like this:
using the AutomaticKeepAliveClientMixin, then implementing the wantKeepAlive getter and calling updateKeepAlive. See also:
- SliverChildBuilderDelegate, which is a delegate that uses a builder callback to construct the children.
- SliverChildListDelegate, which is a delegate that has an explicit list of children.
Notice how the "See also" isn't a separate paragraph.
See e.g. https://master-docs-flutter-io.firebaseapp.com/flutter/widgets/SliverChildDelegate-class.html