ScaleOnHover class
Scales the child to the given scale when hovered.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- HoverableWidget
- ScaleOnHover
Constructors
- ScaleOnHover({Key? key, required Duration duration, Curve curve = Curves.linear, Alignment alignment = Alignment.center, required double scale, required Widget child, MouseCursor cursor = kDefaultHoverCursor, VoidCallback? onTap})
-
Scales the given child to the given scale when hovered.
const
Properties
- alignment → Alignment
-
The alignment of the child.
final
- child → Widget
-
The child to scale.
final
- cursor → MouseCursor
-
The cursor to use when the widget is hovered.
finalinherited
- curve → Curve
-
The curve of the animation.
final
- duration → Duration
-
The duration of the animation.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onTap → VoidCallback?
-
Called when the user taps the widget.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- scale → double
-
The scale of the child when hovered.
final
Methods
-
build(
BuildContext context, bool isHovering) → Widget -
Override this method to build the widget based if the user
isHovering
or not.override -
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< HoverableWidget> -
Creates the mutable state for this widget at a given location in the tree.
inherited
-
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