Skip to content

Commit

Permalink
Updating comments for bottom shee expandable bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ajomuch92 committed Jul 24, 2021
1 parent 70596e7 commit fa7f307
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/bottom_sheet_expandable_bar.dart
Expand Up @@ -147,7 +147,9 @@ class _BottomBarSheetState extends State<BottomBarSheet> {
builder: (BuildContext context) => AnimatedContainer(
margin: EdgeInsets.all(20),
decoration: BoxDecoration(
color: !_showSecond ? widget.backgroundBarColor : widget.backgroundColor,
color: !_showSecond
? widget.backgroundBarColor
: widget.backgroundColor,
borderRadius: BorderRadius.circular(30)),
child: AnimatedCrossFade(
firstChild: Container(
Expand Down

0 comments on commit fa7f307

Please sign in to comment.