Skip to content

Commit

Permalink
Update Visibility docs on maintainSize (flutter#64148)
Browse files Browse the repository at this point in the history
  • Loading branch information
younghwan authored and mingwandroid committed Sep 6, 2020
1 parent 851a86a commit b097c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/visibility.dart
Expand Up @@ -161,7 +161,7 @@ class Visibility extends StatelessWidget {

/// Whether to maintain space for where the widget would have been.
///
/// To set this, [maintainAnimation] must also be set.
/// To set this, [maintainAnimation] and [maintainState] must also be set.
///
/// Maintaining the size when the widget is not [visible] is not notably more
/// expensive than just keeping animations running without maintaining the
Expand Down

0 comments on commit b097c0b

Please sign in to comment.