ActionExecutor
Introduction
The ActionExecutor
class extends the ElementExecutor
class to facilitate the execution of actions on elements within a Flutter application. It provides a flexible foundation for creating custom executors by extending this class and implementing the execute
method.
Class Definition
Last updated