applyWidgetValue abstract method

Future<void> applyWidgetValue(
  1. dynamic selector,
  2. dynamic value,
  3. String applyType, {
  4. AFUIVerifyDelegate? verify,
  5. int maxWidgets = 1,
  6. int extraFrames = 0,
  7. bool ignoreUnderWidget = false,
})

Implementation

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