Fix api doc to fix tree (#72159)

This commit is contained in:
Michael Goderbauer 2020-12-11 14:07:07 -08:00 committed by GitHub
parent 58081821ab
commit c8d5f6a951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1262,7 +1262,7 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
/// ``` /// ```
/// {@end-tool} /// {@end-tool}
/// ///
/// {@tool dartpad --template=freeform} /// {@tool dartpad --template=freeform_no_null_safety}
/// ///
/// This sample shows a [SliverAppBar] and it's behaviors when using the [pinned], [snap] and [floating] parameters. /// This sample shows a [SliverAppBar] and it's behaviors when using the [pinned], [snap] and [floating] parameters.
/// ///