gradient property

Gradient? gradient
getter/setter pair

This is to provide gradient value in the button The priority for this is more then the background Color So if both backgroundColor and gradient is provided then it will go with the gradient

Implementation

Gradient? gradient;