CustomScrollView
作者:
不二客 | 来源:发表于
2020-08-10 10:18 被阅读0次
CustomScrollView
const CustomScrollView({
Key key,
Axis scrollDirection = Axis.vertical,
bool reverse = false,
ScrollController controller,
bool primary,
ScrollPhysics physics,
bool shrinkWrap = false,
Key center,
double anchor = 0.0,
double cacheExtent,
this.slivers = const <Widget>[],
int semanticChildCount,
DragStartBehavior dragStartBehavior = DragStartBehavior.start,
})
本文标题:CustomScrollView
本文链接:https://www.haomeiwen.com/subject/jjzjrktx.html
网友评论