This commit is contained in:
Mikkel Nygaard Ravn 2018-06-25 11:46:25 +02:00 committed by GitHub
parent 095f48d051
commit 87a067704a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ class BannerPainter extends CustomPainter {
/// [location].
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;
/// The directionality of the layout.
@ -280,7 +280,7 @@ class Banner extends StatelessWidget {
/// [location].
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;
/// The directionality of the layout.