File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ void main() {
37
37
expect (copy.drawerButtonIconBuilder, originalButtonBuilder);
38
38
expect (copy.endDrawerButtonIconBuilder, originalButtonBuilder);
39
39
40
- // Check if the properties are overriden .
40
+ // Check if the properties are overridden .
41
41
final ActionIconThemeData overridden = original.copyWith (
42
42
backButtonIconBuilder: newButtonBuilder,
43
43
closeButtonIconBuilder: newButtonBuilder,
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ mixin _LegacyFinderMixin on FinderBase<Element> {
965
965
/// A base class for creating finders that search the [Element] tree for
966
966
/// [Widget] s.
967
967
///
968
- /// The [findInCandidates] method must be overriden and will be enforced at
968
+ /// The [findInCandidates] method must be overridden and will be enforced at
969
969
/// compilation after [apply] is removed.
970
970
abstract class Finder extends FinderBase <Element > with _LegacyFinderMixin {
971
971
/// Creates a new [Finder] with the given `skipOffstage` value.
You can’t perform that action at this time.
0 commit comments