NudgeStories class

Inheritance

Constructors

NudgeStories({Key? key, String? event, List<Widget>? children, double horizontalEdgePadding = 0, double verticalEdgePadding = 0, double trayHeight = 150, double itemSpacing = 10, ThemeData? theme, bool showText = true, Color skeletonColor = Colors.grey, double trayItemWidth = 70, double trayItemHeight = 70, List<Color> gradientColors = const [Colors.pink, Colors.purple], String? fontFamily, Color? headingLightModeColor, Color? headingDarkModeColor, Color? subheadingLightModeColor, Color? subheadingDarkModeColor, TrayAlignment? trayVerticalAlignment = TrayAlignment.center, double? trayItemContentGap, EdgeInsets? trayItemMargin, double? trayItemRoundness, double? headingFontSize, double? subheadingFontSize, FontWeight? headingFontWeight, FontWeight? subheadingFontWeight, bool handleCustomDeepLink = false})
const

Properties

children List<Widget>?
final
event String?
final
fontFamily String?
final
gradientColors List<Color>
final
final
hashCode int
The hash code for this object.
no setterinherited
headingDarkModeColor Color?
final
headingFontSize double?
final
headingFontWeight FontWeight?
final
headingLightModeColor Color?
final
horizontalEdgePadding double
final
itemSpacing double
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showText bool
final
skeletonColor Color
final
subheadingDarkModeColor Color?
final
subheadingFontSize double?
final
subheadingFontWeight FontWeight?
final
subheadingLightModeColor Color?
final
theme ThemeData?
final
trayHeight double
final
trayItemContentGap double?
final
trayItemHeight double
final
trayItemMargin EdgeInsets?
final
trayItemRoundness double?
final
trayItemWidth double
final
trayVerticalAlignment TrayAlignment?
final
verticalEdgePadding double
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<NudgeStories>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects 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