File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/flutter/lib/src/widgets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ typedef ExpansibleBuilder =
55
55
/// state.
56
56
///
57
57
/// The controller's [expand] and [collapse] methods cause the
58
- /// the [Expansible] to rebuild, so they may not be called from
58
+ /// [Expansible] to rebuild, so they may not be called from
59
59
/// a build method.
60
60
///
61
61
/// Remember to [dispose] of the [ExpansibleController] when it is no longer
62
- /// needed. This will ensure we discard any resources used by the object.
62
+ /// needed. This will ensure all resources used by the object are discarded .
63
63
class ExpansibleController extends ChangeNotifier {
64
64
/// Creates a controller to be used with [Expansible.controller] .
65
65
ExpansibleController ();
You can’t perform that action at this time.
0 commit comments