BootstrapTarget class

A bootstrap target. This is a feature anchor that features can use to register to execute bootstrap logic when the app starts up after login. If dismissible is true then the user can dismiss the bootstrap target widget by tapping on the modal barrier. If onDismiss is provided then it will be called when the user dismisses the bootstrap target widget.

Inheritance
  • Object
  • FeatureAnchor
  • BootstrapTarget

Constructors

BootstrapTarget.new({required BootstrapBuilder builder, bool dismissible = false, VoidCallback? onDismiss, String? hookName, int order = 0})
const

Properties

builder BootstrapBuilder
final
dismissible bool
final
hashCode int
The hash code for this object.
no setterinherited
hookName String
no setteroverride
onDismiss VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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