XExternalLinkTrigger class
- Inheritance
-
- Object
- XEventTriggerBase
- XExternalLinkTrigger
Constructors
- XExternalLinkTrigger({required String url})
- XExternalLinkTrigger.from(XEventTrigger_OpenLinkExternal openLinkExternal)
-
factory
Properties
- contextHandler → void Function(BuildContext context)
-
no setterinherited
-
eventArgs
↔ Map<
String, dynamic> -
latefinalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trailing
→ List<
XEventTriggerBase?> -
finalinherited
- uri → Uri
-
latefinal
- url → String
-
final
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