FMSearchResultListOptions class

Constructors

FMSearchResultListOptions({EdgeInsets? padding, Widget? emptyView, Widget? noTextView, Widget? loadingView, Widget itemBuilder(BuildContext, int, FMData)?, double maxHeight = 200, Widget separatorBuilder(BuildContext, int)?, BoxDecoration? overlayDecoration})
const

Properties

emptyView Widget?
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder Widget Function(BuildContext, int, FMData)?
final
loadingView Widget?
final
maxHeight double
final
noTextView Widget?
final
overlayDecoration BoxDecoration?
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separatorBuilder Widget Function(BuildContext, int)?
final

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