Unverified Commit ad448db6 authored by Tirth's avatar Tirth Committed by GitHub

Fix Typos (#137173)

Fix Small Typos.
parent 996dcf93
......@@ -37,7 +37,7 @@ void main() {
expect(copy.drawerButtonIconBuilder, originalButtonBuilder);
expect(copy.endDrawerButtonIconBuilder, originalButtonBuilder);
// Check if the properties are overriden.
// Check if the properties are overridden.
final ActionIconThemeData overridden = original.copyWith(
backButtonIconBuilder: newButtonBuilder,
closeButtonIconBuilder: newButtonBuilder,
......
......@@ -965,7 +965,7 @@ mixin _LegacyFinderMixin on FinderBase<Element> {
/// A base class for creating finders that search the [Element] tree for
/// [Widget]s.
///
/// The [findInCandidates] method must be overriden and will be enforced at
/// The [findInCandidates] method must be overridden and will be enforced at
/// compilation after [apply] is removed.
abstract class Finder extends FinderBase<Element> with _LegacyFinderMixin {
/// Creates a new [Finder] with the given `skipOffstage` value.
......
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