contact_list_view library
Classes
- ContactCursor
- ContactIndexBar
- ContactListCursorInfoModel
- 游标的数据模型 / Cursor data model.
-
ContactListModel<
T> - 联系人列表的数据对象 / Contact list data model.
-
ContactListView<
T> - ContactStickyHeader
Typedefs
- ContactCursorBuilder = Widget Function(String title)
- 浮标自定义 / Cursor builder.
- ContactIndexBarBoxDecorationBuilder = BoxDecoration Function(bool isSelected)
- 字母索引项背景 / Index bar item decoration builder.
- ContactIndexBarTextStyleBuilder = TextStyle Function(bool isSelected)
- 字母索引项文字样式 / Index bar item text style builder.
-
ContactListItemBuilder<
T> = Widget Function(T model) - 单个联系人构建器 / Single contact item builder.
- ContactStickyHeaderBoxDecorationBuilder = BoxDecoration Function(bool isPinned)
- 悬浮头部背景 / Sticky header decoration builder.
- ContactStickyHeaderBuilder = Widget Function(String tag, bool isPinned)
- 头部自定义 / Sticky header builder.
- ContactStickyHeaderTextStyleBuilder = TextStyle Function(bool isPinned)
- 悬浮头部文字样式 / Sticky header text style builder.