HelpSnippet class

Constructors

HelpSnippet({required GlobalKey<State<StatefulWidget>> widgetKey, required String helpKey, required Widget help, required double height})
const
HelpSnippet.text({required GlobalKey<State<StatefulWidget>> widgetKey, required String helpKey, required String helpText, double fontSize = 24.0, double height = 24.0, FontStyle fontStyle = FontStyle.italic, Color color = Colors.white})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
final
help Widget
final
helpKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetKey GlobalKey<State<StatefulWidget>>
final

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