ZdsSlidableListTile constructor
- {required double width,
- required Widget child,
- Key? key,
- List<
ZdsSlidableAction> ? actions, - List<
ZdsSlidableAction> ? leadingActions, - Color? backgroundColor,
- double slideButtonWidth = 100,
- double minHeight = 80,
- VoidCallback? onTap,
- bool slideEnabled = true,
- String? semanticDescription}
A tile that can be slid to reveal further actions.
width, child, and actions are required and can't be null. slideButtonWidth and slideEnabled can't be null.
Implementation
const ZdsSlidableListTile