iampawan / VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.

Home Page:https://velocityx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Gradient on continues rectangle gives an error

rymesaint opened this issue · comments

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)

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

@iampawan I want to work on it.

Fixed with PR #189

PLEASE LABEL THIS ONE AS HACKTOBERFEST IF POSSIBLE. @iampawan