onEmptyActionPressed property

Future<void> Function(String value)? onEmptyActionPressed
final

this function triggers on click of emptyAction button

Implementation

final Future<void> Function(String value)? onEmptyActionPressed;