OverlayingFloatingSearchBarTransition class abstract

The base class for all overlaying FloatingSearchBarTransitions, which are those, where the body of the FloatingSearchBar is displayed outside of the bar.

Inheritance
Implementers

Constructors

OverlayingFloatingSearchBarTransition({double? spacing, Widget? divider})

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.
final
elevation double
no setterinherited
fullHeight double
no setterinherited
fullWidth double
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
height double
no setterinherited
isBodyInsideSearchBar bool
no setteroverride
margin EdgeInsets
no setterinherited
maxWidth double?
no setterinherited
offset double
no setterinherited
openMaxWidth double?
no setterinherited
padding EdgeInsets
no setterinherited
reachedTop bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollT double
no setter
getter/setter pairinherited
spacing double
no setter
style → FloatingSearchBarStyle
no setterinherited
t double
no setterinherited

Methods

buildDivider() Widget
override
buildTransition(Widget content) Widget
override
lerpBackgroundColor() Color
inherited
lerpBorderRadius() BorderRadius
override
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
override
rebuild() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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