SlideFadeFloatingSearchBarTransition class

A FloatingSearchBarTransition which fades and vertically translates its child.

An example of this can be viewed here

Inheritance

Constructors

SlideFadeFloatingSearchBarTransition({double? spacing, Widget? divider, double translation = 32.0})
Creates a FloatingSearchBarTransition, which fades and vertically translates its child.

Properties

animation Animation
no setterinherited
backdropColor Color
no setterinherited
backgroundColor Color
no setterinherited
borderRadius BorderRadius
no setterinherited
context BuildContext
no setterinherited
divider Widget?
A divider to seperate the body of the FloatingSearchBar from the bar.
finalinherited
elevation double
no setterinherited
fullHeight double
no setterinherited
fullWidth double
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
no setterinherited
isBodyInsideSearchBar bool
no setterinherited
margin EdgeInsets
no setterinherited
maxWidth double?
no setterinherited
offset double
no setterinherited
openMaxWidth double?
no setterinherited
padding EdgeInsets
no setterinherited
reachedTop bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollT double
no setterinherited
getter/setter pairinherited
spacing double
no setterinherited
style → FloatingSearchBarStyle
no setterinherited
t double
no setterinherited
translation double
final

Methods

buildDivider() Widget
inherited
buildTransition(Widget content) Widget
override
lerpBackgroundColor() Color
inherited
lerpBorderRadius() BorderRadius
inherited
lerpElevation() double
inherited
lerpHeight() double
inherited
lerpInnerElevation() double
inherited
lerpInnerWidth() double
inherited
lerpMargin() EdgeInsetsGeometry
inherited
lerpPadding() EdgeInsetsGeometry
inherited
lerpWidth() double
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBodyScrolled() → void
inherited
rebuild() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited