Skip to content

Commit

Permalink
backgroundDecoration BoxDecoration -> Decoration;
Browse files Browse the repository at this point in the history
binglingziyu committed Jul 21, 2020
1 parent fb3aab1 commit 55b5ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inner_drawer.dart
Original file line number Diff line number Diff line change
@@ -148,7 +148,7 @@ class InnerDrawer extends StatefulWidget {
final InnerDrawerAnimation rightAnimationType;

/// Color of the main background
final BoxDecoration backgroundDecoration;
final Decoration backgroundDecoration;

/// Optional callback that is called when a [InnerDrawer] is open or closed.
final InnerDrawerCallback innerDrawerCallback;

0 comments on commit 55b5ebc

Please sign in to comment.