Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Add missing closing triple backquotes for code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Tilloy committed Jul 9, 2021
1 parent b93fe0c commit 8f76ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -11,6 +11,7 @@ import 'package:flutter/material.dart';
/// onSelected: (value) => model.enumValue = value,
/// itemBuilder: (context, value, _) => Text(value.toString()),
/// )
/// ```
///
/// See also:
/// * [MenuButtonBuilder] - A similar builder widget but for menu buttons.
Expand Down
Expand Up @@ -12,6 +12,7 @@ import 'package:flutter/material.dart';
/// iconBuilder: (context, value, _) => _toIcon(value),
/// itemBuilder: (context, value, _) => Text(value.toString()),
/// )
/// ```
///
/// See also:
/// * [DropdownBuilder] - A similar builder widget but for dropdowns.
Expand Down

0 comments on commit 8f76ddd

Please sign in to comment.