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
2022-09-03 12:23:14 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c87b50408f5e198f50ceceb142040879423af79
0c87b504
1 parent
fd723e51
fix: format files
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
example/lib/modals/circular_modal.dart
example/lib/modals/circular_modal.dart
View file @
0c87b50
...
...
@@ -9,7 +9,11 @@ class AvatarBottomSheet extends StatelessWidget {
final
Animation
<
double
>
animation
;
final
SystemUiOverlayStyle
?
overlayStyle
;
const
AvatarBottomSheet
({
Key
?
key
,
required
this
.
child
,
required
this
.
animation
,
this
.
overlayStyle
})
const
AvatarBottomSheet
(
{
Key
?
key
,
required
this
.
child
,
required
this
.
animation
,
this
.
overlayStyle
})
:
super
(
key:
key
);
@override
...
...
Please
register
or
login
to post a comment