美文网首页
CustomScrollView

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