tuiBuild method
Implementation
@override
Widget tuiBuild(BuildContext context, TUIKitBuildValue value) {
return SlidableAction(
onPressed: onPressed,
flex: flex,
backgroundColor: backgroundColor,
foregroundColor: foregroundColor,
autoClose: autoClose,
label: label,
spacing: spacing,
);
}