ZdsSlidableAction constructor
- {required String label,
- void onPressed( )?,
- IconData? icon,
- Color? backgroundColor,
- Color? foregroundColor,
- bool autoclose = true,
- EdgeInsets padding = EdgeInsets.zero,
- TextOverflow? textOverflow}
Defines an action that will be shown when sliding on a ZdsSlidableListTile. label must not be empty. backgroundColor, foregroundColor, and autoclose must not be null
Implementation
ZdsSlidableAction