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

Using Gradient on continues rectangle gives an error #187

Closed
rymesaint opened this issue Sep 6, 2023 · 4 comments
Closed

Using Gradient on continues rectangle gives an error #187

rymesaint opened this issue Sep 6, 2023 · 4 comments

Comments

@rymesaint
Copy link

Describe the bug
I got an error using gradient when using continuesRectangle()

'Sign In'
.text
.white
.makeCentered()
.continuousRectangle(
  gradient: const LinearGradient(
      colors: [Colors.black, Colors.white]),
  height: 40,
  width: 120,
)
.onTap(controller.signIn)
@huzaifansari54
Copy link

can u tell what exactly error u have face? use screenshot

@Shreemanarjun
Copy link
Contributor

@iampawan I want to work on it.

@Shreemanarjun
Copy link
Contributor

Fixed with PR #189

@Shreemanarjun
Copy link
Contributor

PLEASE LABEL THIS ONE AS HACKTOBERFEST IF POSSIBLE. @iampawan

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

No branches or pull requests

4 participants