FilterOptions class

Constructors

FilterOptions({String? initialFilterWord, Widget searchBarBuilder(Future<List<TimelinePost>> search(String filterWord))?, void onFilterEnabledChange({required bool filterEnabled})?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
initialFilterWord String?
Set a value to search through posts. When set the searchbar is shown. If null no searchbar is shown.
final
onFilterEnabledChange → (void Function({required bool filterEnabled})?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarBuilder → (Widget Function(Future<List<TimelinePost>> search(String filterWord))?)
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