fixing OpenContainer comments (#161)

This commit is contained in:
Lucas Mesquita
2020-05-26 14:33:05 -03:00
committed by GitHub
parent 3d34e64da4
commit 1dc5165f57

View File

@ -55,7 +55,7 @@ class OpenContainer extends StatefulWidget {
/// Creates an [OpenContainer].
///
/// All arguments except for [key] must not be null. The arguments
/// [closedBuilder] and [closedBuilder] are required.
/// [closedBuilder] and [openBuilder] are required.
const OpenContainer({
Key key,
this.closedColor = Colors.white,