IntroductionFirebase class
- Inheritance
- 
    - Object
- DiagnosticableTree
- Widget
- StatefulWidget
- IntroductionFirebase
 
Constructors
- IntroductionFirebase({required IntroductionOptions options, required VoidCallback onComplete, BoxDecoration? decoration, IntroductionLayoutStyle? layoutStyle, Widget titleBuilder(String)?, Widget contentBuilder(String)?, Widget imageBuilder(String)?, VoidCallback? onSkip, FirebaseIntroductionService? firebaseService, IntroductionService? introductionService, ScrollPhysics? physics, Widget? child, String? languageCodeOverride, Key? key})
- 
          
            const
Properties
- child → Widget?
- 
  The widget to show when the introduction screen is loading
  final
- contentBuilder → (Widget Function(String)?)
- 
  The builder used to build the content of the introduction page
  final
- decoration → BoxDecoration?
- 
  The decoration of an introduction page if it doesn't have
a backgroundImage or backgroundColor
  final
- firebaseService → FirebaseIntroductionService?
- 
  The service used to get the introduction pages
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- imageBuilder → (Widget Function(String)?)
- 
  The builder used to build the image of the introduction page
  final
- introductionService → IntroductionService?
- 
  The service used to determine if the introduction screen should be shown
  final
- key → Key?
- 
  Controls how one widget replaces another widget in the tree.
  finalinherited
- languageCodeOverride → String?
- 
  Use this to override the language code that is in the context
used for showing the introduction in a different language
  final
- layoutStyle → IntroductionLayoutStyle?
- 
  The layout style of all the introduction pages
  final
- onComplete → VoidCallback
- 
  A function called when the introductionSceen changes
  final
- onSkip → VoidCallback?
- 
  A function called when the introductionScreen is skipped
  final
- options → IntroductionOptions
- 
  The options used to build the introduction screen
  final
- physics → ScrollPhysics?
- 
  How the single child scroll view should respond to scrolling
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- titleBuilder → (Widget Function(String)?)
- 
  The builder used to build the title of the introduction page
  final
Methods
- 
  createElement() → StatefulElement 
- 
  Creates a StatefulElement to manage this widget's location in the tree.
  inherited
- 
  createState() → State< IntroductionFirebase> 
- 
  Creates the mutable state for this widget at a given location in the tree.
  override
- 
  debugDescribeChildren() → List< DiagnosticsNode> 
- 
  Returns a list of DiagnosticsNodeobjects describing this node's children.inherited
- 
  debugFillProperties(DiagnosticPropertiesBuilder properties) → void 
- 
  Add additional properties associated with the node.
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode 
- 
  Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
  inherited
- 
  toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) → String 
- 
  A string representation of this object.
  inherited
- 
  toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String 
- 
  Returns a string representation of this node and its descendants.
  inherited
- 
  toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String 
- 
  Returns a one-line detailed description of the object.
  inherited
- 
  toStringShort() → String 
- 
  A short, textual description of this widget.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited