docs(constructor): fix missing is required param
This commit is contained in:
parent
00abce7aec
commit
a84c6ec598
|
|
@ -103,8 +103,8 @@ class Example extends StatelessWidget {
|
||||||
| threshold | 50 | Threshold from which the card is swiped away | false
|
| threshold | 50 | Threshold from which the card is swiped away | false
|
||||||
| scale | 0.9 | Scale of the card that is behind the front card | false
|
| scale | 0.9 | Scale of the card that is behind the front card | false
|
||||||
| isDisabled | false | Set to ```true``` if swiping should be disabled, has no impact when triggered from the outside | false
|
| isDisabled | false | Set to ```true``` if swiping should be disabled, has no impact when triggered from the outside | false
|
||||||
| isHorizontalSwipingEnabled | true | Set to ```false``` if you want your card to move only across the vertical axis when swiping
|
| isHorizontalSwipingEnabled | true | Set to ```false``` if you want your card to move only across the vertical axis when swiping | false
|
||||||
| isVerticalSwipingEnabled | true | Set to ```false``` if you want your card to move only across the horizontal axis when swiping
|
| isVerticalSwipingEnabled | true | Set to ```false``` if you want your card to move only across the horizontal axis when swiping | false
|
||||||
| onTapDisabled | - | Function that get triggered when the swiper is disabled | false
|
| onTapDisabled | - | Function that get triggered when the swiper is disabled | false
|
||||||
| onSwipe | - | Called with the new index and detected swipe direction when the user swiped | false
|
| onSwipe | - | Called with the new index and detected swipe direction when the user swiped | false
|
||||||
| onEnd | - | Called when there is no Widget left to be swiped away | false
|
| onEnd | - | Called when there is no Widget left to be swiped away | false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue