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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black Background for flutter scroll gallery widget #3

Closed
essare opened this issue Jan 9, 2019 · 1 comment
Closed

Black Background for flutter scroll gallery widget #3

essare opened this issue Jan 9, 2019 · 1 comment

Comments

@essare
Copy link

essare commented Jan 9, 2019

any way to change the black background at least replace it with white color ? thank for this awesome widget 馃憤

device-2019-01-09-130902

my code snippet
@override Widget build(BuildContext context) { return Scaffold( body: Container( color: Colors.white, child: ScrollGallery( getImages(widget.product), interval: new Duration(seconds: 3), borderColor: Colors.pink, fit: BoxFit.fill, height: 400, ), )); } }

@dthongvl
Copy link
Contributor

Please check #4 . Thank you. 馃槃

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

No branches or pull requests

3 participants