George Lee

Results 1 comments of George Lee

> contacts_list_page 我的意思是需要字母的标识,而不需要滑动之后的悬停效果。 SuspensionView的State 的build方法 Widget build(BuildContext context) { return Stack( children: [ widget.itemCount == 0 ? Container() : ScrollablePositionedList.builder( itemCount: widget.itemCount, itemBuilder: (context, index) => _buildItem(context, index), itemScrollController: itemScrollController,...