mirror of
https://github.com/flutter/flutter
synced 2024-10-30 01:59:05 +00:00
parent
996dcf938d
commit
ad448db6b5
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue