Skip to main content

FocusTarget class

Class that represents FocusTarget.

Constructors

[FocusTarget][] : This returns a widget for a step in a tutorial.

Properties

[align] [↔ ContentAlign] : alignment of description text. ::: features getter/setter pair :::

[appTour] [↔ AppTour] : instance of AppTour. ::: features getter/setter pair :::

[crossAlign] [↔ CrossAxisAlignment] : crossAxisAlignment. ::: features getter/setter pair :::

[description] [↔ String] : description of the target. ::: features getter/setter pair :::

[focusWidget] [↔ TargetFocus] : Target focus widget with all above properties. ::: features getter/setter pair :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[isCircle] [↔ bool] : true if focusing shape is circle. ::: features getter/setter pair :::

[isEnd] [↔ bool] : true current target ends ths appTour. ::: features getter/setter pair :::

[key] [↔ GlobalKey[<[State[<[StatefulWidget]>]]>]] : represents the key of the target that is intended to be focused. ::: features getter/setter pair :::

[keyName] [↔ String] : keyName of the target in mainScreenViewModel. ::: features getter/setter pair :::

[next] ↔ dynamic Function[?] : next callback that is executed on pressing this target. ::: features getter/setter pair :::

[nextCrossAlign] [↔ CrossAxisAlignment] : next target's crossAxisAlignment. ::: features getter/setter pair :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

[skipAlignment] [↔ Alignment] : skip alignment configuration. ::: features getter/setter pair :::

Methods

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. app_tour
  3. FocusTarget class
app_tour library