Committed by
GitHub
fix BorderRaduisExtension name (#555)
Change BorderRaduisExtension name to BorderRadiusExtension
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -114,7 +114,7 @@ extension EdgeInsetsExtension on EdgeInsets { | @@ -114,7 +114,7 @@ extension EdgeInsetsExtension on EdgeInsets { | ||
114 | ); | 114 | ); |
115 | } | 115 | } |
116 | 116 | ||
117 | -extension BorderRaduisExtension on BorderRadius { | 117 | +extension BorderRadiusExtension on BorderRadius { |
118 | /// Creates adapt BorderRadius using r [SizeExtension]. | 118 | /// Creates adapt BorderRadius using r [SizeExtension]. |
119 | BorderRadius get r => copyWith( | 119 | BorderRadius get r => copyWith( |
120 | bottomLeft: bottomLeft.r, | 120 | bottomLeft: bottomLeft.r, |
-
Please register or login to post a comment