tuiBuild method

  1. @override
Widget tuiBuild(
  1. BuildContext context,
  2. TUIKitBuildValue value
)
override

Implementation

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