We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f0a8 commit f5411daCopy full SHA for f5411da
packages/animations/lib/src/open_container.dart
@@ -9,8 +9,8 @@ import 'package:flutter/scheduler.dart';
9
/// [OpenContainer].
10
///
11
/// 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.
+/// to close the container. The `action` callback provided to
+/// [OpenContainer.closedBuilder] can be used to open the container again.
14
typedef OpenContainerBuilder = Widget Function(
15
BuildContext context,
16
VoidCallback action,
0 commit comments