Commit d767ac0b authored by Hans Muller's avatar Hans Muller Committed by GitHub

Fixed a dartdoc sample code typo (#11306)

parent 669e13eb
......@@ -46,7 +46,7 @@ enum CrossFadeState {
/// ## Sample code
///
/// This code fades between two representations of the Flutter logo. It depends
/// on a boolean field `_on`; when `_on` is true, the first logo is shown,
/// on a boolean field `_first`; when `_first` is true, the first logo is shown,
/// otherwise the second logo is shown. When the field changes state, the
/// [AnimatedCrossFade] widget cross-fades between the two forms of the logo
/// over three seconds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment