styled_widget
styled_widget copied to clipboard
Wiki Demo App Missing Argument
Scale method has named parameter and hasn't declared on what type of argument does pressed ? 0.95 : 1.0
would be.
Line 231
.scale(pressed ? 0.95 : 1.0, animate: true)
.scale(all: pressed ? 0.95 : 1.0, animate: true)
The wiki is free for anyone to edit :)