Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
modal_bottom_sheet
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
Jaime Blasco
2020-08-06 17:07:16 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-08-06 17:07:16 +0200
Commit
ab9e9af814a5aa4bdb25ce9a36091a4c0c965dc6
ab9e9af8
1 parent
00e14f02
Fix shape bug in bar_bottom_sheet
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/bottom_sheets/bar_bottom_sheet.dart
lib/src/bottom_sheets/bar_bottom_sheet.dart
View file @
ab9e9af
...
...
@@ -49,7 +49,7 @@ class BarBottomSheet extends StatelessWidget {
flex:
1
,
fit:
FlexFit
.
loose
,
child:
Material
(
shape:
RoundedRectangleBorder
(
shape:
shape
??
RoundedRectangleBorder
(
side:
BorderSide
(),
borderRadius:
BorderRadius
.
only
(
topLeft:
_default_bar_top_radius
,
...
...
Please
register
or
login
to post a comment