HelpSnippet class
Constructors
-
HelpSnippet({required GlobalKey<
State< widgetKey, required String helpKey, required Widget help, required double height})StatefulWidget> > -
const
-
HelpSnippet.text({required GlobalKey<
State< widgetKey, required String helpKey, required String helpText, double fontSize = 24.0, double height = 24.0, FontStyle fontStyle = FontStyle.italic, Color color = Colors.white})StatefulWidget> >
Properties
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