XDeeplinkTrigger class

Inheritance

Constructors

XDeeplinkTrigger(String deeplink, {bool noPush = false, Map<String, String> queryParams = const {}, bool named = false})
XDeeplinkTrigger.from(XEventTrigger_NavigateDeeplink deeplink)
factory

Properties

contextHandler → void Function(BuildContext context)
no setterinherited
final
eventArgs Map<String, dynamic>
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
named bool
final
noPush bool
final
queryParams Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing List<XEventTriggerBase?>
finalinherited

Methods

applyTheme(HubbleThemeData theme) Future<void>
override
call(BuildContext context) → void
override
handler(BuildContext context) VoidCallback
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited