mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +08:00
fixing OpenContainer comments (#161)
This commit is contained in:
@ -55,7 +55,7 @@ class OpenContainer extends StatefulWidget {
|
|||||||
/// Creates an [OpenContainer].
|
/// Creates an [OpenContainer].
|
||||||
///
|
///
|
||||||
/// All arguments except for [key] must not be null. The arguments
|
/// All arguments except for [key] must not be null. The arguments
|
||||||
/// [closedBuilder] and [closedBuilder] are required.
|
/// [closedBuilder] and [openBuilder] are required.
|
||||||
const OpenContainer({
|
const OpenContainer({
|
||||||
Key key,
|
Key key,
|
||||||
this.closedColor = Colors.white,
|
this.closedColor = Colors.white,
|
||||||
|
Reference in New Issue
Block a user