Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于EasyRefresh的fit参数 #708

Closed
zkqmylove opened this issue Apr 14, 2023 · 3 comments
Closed

关于EasyRefresh的fit参数 #708

zkqmylove opened this issue Apr 14, 2023 · 3 comments

Comments

@zkqmylove
Copy link

我注意到EasyRefreshfit参数并未有实际作用,在其build方法的最后有一个Stack控件,可否将EasyRefreshfit给传给Stackfit

 @override
 Widget build(BuildContext context) {

    .... 代码省略

    return ClipPath(
      clipBehavior: widget.clipBehavior,
      child: Stack(
        clipBehavior: Clip.none,
        fit: StackFit.loose,      // 这里被写死了,可否将EasyRefresh的fit传入?
        children: children,
      ),
    );
 }
@xuelongqy
Copy link
Owner

非常感谢,指出问题。会在下个版本修复

@xuelongqy
Copy link
Owner

3.3.1+1已修复

@zkqmylove
Copy link
Author

3.3.1+1已修复

非常感谢😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants