Fix typos (#18789)
This commit is contained in:
parent
095f48d051
commit
87a067704a
@ -87,7 +87,7 @@ class BannerPainter extends CustomPainter {
|
|||||||
/// [location].
|
/// [location].
|
||||||
final TextDirection textDirection;
|
final TextDirection textDirection;
|
||||||
|
|
||||||
/// Where to show the banner (e.g., the upper right corder).
|
/// Where to show the banner (e.g., the upper right corner).
|
||||||
final BannerLocation location;
|
final BannerLocation location;
|
||||||
|
|
||||||
/// The directionality of the layout.
|
/// The directionality of the layout.
|
||||||
@ -280,7 +280,7 @@ class Banner extends StatelessWidget {
|
|||||||
/// [location].
|
/// [location].
|
||||||
final TextDirection textDirection;
|
final TextDirection textDirection;
|
||||||
|
|
||||||
/// Where to show the banner (e.g., the upper right corder).
|
/// Where to show the banner (e.g., the upper right corner).
|
||||||
final BannerLocation location;
|
final BannerLocation location;
|
||||||
|
|
||||||
/// The directionality of the layout.
|
/// The directionality of the layout.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user