chipGradient method
Implementation
DefineMTextModifier chipGradient() {
final borderWidth = 1.px;
return chipWhite()
.backgroundColor(Colors.black)
.border(Border.all(color: Colors.transparent, width: borderWidth))
.gradient(MThemeConfig.button.primaryBackgroundGradient);
}