evaluate static method
Resolves the value for the given set of events
if value
is an event driven WxAnchorStyle,
otherwise returns the value itself.
Implementation
static WxAnchorStyle? evaluate(
WxAnchorStyle? value, Set<WidgetEvent> events) {
return DrivenProperty.evaluate<WxAnchorStyle?>(value, events);
}