textBtnStyle function
Implementation
ButtonStyle textBtnStyle(MuseButtonStyles style) {
return _baseBtnStyle(
style,
).copyWith(overlayColor: WidgetStateProperty.all(Colors.transparent));
}
ButtonStyle textBtnStyle(MuseButtonStyles style) {
return _baseBtnStyle(
style,
).copyWith(overlayColor: WidgetStateProperty.all(Colors.transparent));
}