FilterOptions class
Constructors
-
FilterOptions({String? initialFilterWord, Widget searchBarBuilder(Future<
List< search(String filterWord))?, void onFilterEnabledChange({required bool filterEnabled})?})TimelinePost> > -
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< search(String filterWord))?)TimelinePost> > -
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