Closed rymesaint closed 1 year ago
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
Describe the bug I got an error using gradient when using continuesRectangle()