FilterBottomsheet class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
filterBottomsheet(BuildContext context, dynamic onFilter(String, String), {String? dateFormt})
→ dynamic
-
-
filterMultipleStatusBottomsheet({required BuildContext context, required List<Content> eventList, String? dateFormt, required dynamic onFilter(String?, String?, String?), required dynamic onClear(), required String title})
→ dynamic
-
-
filterStatusBottomsheet({required BuildContext context, required List<String> status, required dynamic onFilter(String), required String title})
→ dynamic
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited