execute abstract method
Evaluates this condition configuration.
The context
parameter provides access to the widget tree.
Returns:
- null if the condition passes
- an error message string if the condition fails
Implementation
Future<String?> execute(BuildContext context);