Skip to content

Commit

Permalink
fix BorderRaduisExtension name (#555)
Browse files Browse the repository at this point in the history
Change BorderRaduisExtension name to BorderRadiusExtension
  • Loading branch information
mahammadosmanov authored May 8, 2024
1 parent 89aaa5e commit 6bafe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/size_extension.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extension EdgeInsetsExtension on EdgeInsets {
);
}

extension BorderRaduisExtension on BorderRadius {
extension BorderRadiusExtension on BorderRadius {
/// Creates adapt BorderRadius using r [SizeExtension].
BorderRadius get r => copyWith(
bottomLeft: bottomLeft.r,
Expand Down

0 comments on commit 6bafe6f

Please sign in to comment.