Skip to content

Commit f5411da

Browse files
authored
Fixed small typo in documentation for OpenContainer (#144)
1 parent ca3f0a8 commit f5411da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/animations/lib/src/open_container.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import 'package:flutter/scheduler.dart';
99
/// [OpenContainer].
1010
///
1111
/// The `action` callback provided to [OpenContainer.openBuilder] can be used
12-
/// to open the container. The `action` callback provided to
13-
/// [OpenContainer.closedBuilder] can be used to close the container again.
12+
/// to close the container. The `action` callback provided to
13+
/// [OpenContainer.closedBuilder] can be used to open the container again.
1414
typedef OpenContainerBuilder = Widget Function(
1515
BuildContext context,
1616
VoidCallback action,

0 commit comments

Comments
 (0)