gradient property
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;
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
Gradient? gradient;