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() {
3737 expect (copy.drawerButtonIconBuilder, originalButtonBuilder);
3838 expect (copy.endDrawerButtonIconBuilder, originalButtonBuilder);
3939
40- // Check if the properties are overriden .
40+ // Check if the properties are overridden .
4141 final ActionIconThemeData overridden = original.copyWith (
4242 backButtonIconBuilder: newButtonBuilder,
4343 closeButtonIconBuilder: newButtonBuilder,
Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ mixin _LegacyFinderMixin on FinderBase<Element> {
965965/// A base class for creating finders that search the [Element] tree for
966966/// [Widget] s.
967967///
968- /// The [findInCandidates] method must be overriden and will be enforced at
968+ /// The [findInCandidates] method must be overridden and will be enforced at
969969/// compilation after [apply] is removed.
970970abstract class Finder extends FinderBase <Element > with _LegacyFinderMixin {
971971 /// Creates a new [Finder] with the given `skipOffstage` value.
You can’t perform that action at this time.
0 commit comments