aagarwal1012 / aagarwal1012/IntroViews-Flutter
Disable dragging / sliding not implemented
未關閉
beginner
enhancement
feature request
good first issue
- 主要語言
- Dart
- 星號
- 665
- 分支
- 140
- PR 合併指標
- 30 天內沒有已合併 PR
描述
**Feature request**
Enabling / Disabling dragging / sliding / scrolling
**Clean Solution**
A boolean value for IntroViewsFlutter like **isDraggingEnabled** or **isScrollingEnabled** would be great
**Alternative**
I solved it with:
```dart
fullTransition: enabled ? 300 : double.infinity,
```
貢獻指南
評估
這個 Issue 還沒有評估資料。