Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Mounir Bouaiche
2022-05-19 11:46:51 +0100
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2022-05-19 11:46:51 +0100
Commit
c25192d17d88e2deb1a5fc50242f58adc737cdfc
c25192d1
2 parents
b7f1fcaa
d9d1fe22
Merge pull request #400 from cra1nbow/patch-1
Fix BorderRadiusExtension
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/size_extension.dart
lib/src/size_extension.dart
View file @
c25192d
...
...
@@ -63,7 +63,7 @@ extension BorderRaduisExtension on BorderRadius {
/// Creates adapt BorderRadius using r [SizeExtension].
BorderRadius
get
r
=>
copyWith
(
bottomLeft:
bottomLeft
.
r
,
bottomRight:
bottom
Lef
t
.
r
,
bottomRight:
bottom
Righ
t
.
r
,
topLeft:
topLeft
.
r
,
topRight:
topRight
.
r
,
);
...
...
Please
register
or
login
to post a comment