ScrollToBottomStyle class

Constructors

ScrollToBottomStyle({Color? backgroundColor, Color? textColor, double bottom = 70.0, double? left, double right = 20.0, double? top, double height = 45.0, double width = 45.0, IconData? icon})

Properties

backgroundColor Color?
Background color of the scrollToBottom widget
getter/setter pair
bottom double
Bottom absolute position of the widget
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
Height of the scrollToBottom widget
getter/setter pair
icon IconData?
Icon inside the widget
getter/setter pair
left double?
Left absolute position of the widget
getter/setter pair
Right absolute position of the widget
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
Text/ Icon color for scrollToBottom widget
getter/setter pair
top double?
Top absolute position of the widget
getter/setter pair
width double
Width of the scrollToBottom widget
getter/setter pair

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