getTextStyle method
Implementation
TextStyle getTextStyle() {
if (!highlighted) {
return TUITextStyle.button7.copyWith(color: TUIDefaultColors.onSurface);
} else {
return TUITextStyle.button7.copyWith(color: TUIDefaultColors.onSecondary);
}
}