Skip to content

Commit 6fb9708

Browse files
authored
Add background property documentation to README
1 parent 0f762a7 commit 6fb9708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ You should then run `flutter packages get` in your terminal so as to get the pac
155155
| doneButtonPersist | Bool | Show done Button throughout pages | false |
156156
| columnMainAxisAlignment | MainAxisAlignment | Control [MainAxisAlignment] for column | MainAxisAlignment.spaceAround |
157157
| fullTransition | double | Adjust scroll distance for full transition | 300.0 |
158+
| background | Color | Set the background color to Colors.transparent if you have your own background image below | null |
158159

159160
For help on editing package code, view the [flutter documentation](https://flutter.io/developing-packages/).
160161

0 commit comments

Comments
 (0)