applyWidgetValue abstract method
Future<void>
applyWidgetValue(
- dynamic selector,
- dynamic value,
- String applyType, {
- AFUIVerifyDelegate? verify,
- int maxWidgets = 1,
- int extraFrames = 0,
- bool ignoreUnderWidget = false,
Implementation
Future<void> applyWidgetValue(dynamic selector, dynamic value, String applyType, {
AFUIVerifyDelegate? verify,
int maxWidgets = 1,
int extraFrames = 0,
bool ignoreUnderWidget = false,
});