BetterTextButton constructor
const
BetterTextButton({})
创建一个 BetterTextButton。
Implementation
const BetterTextButton({
super.key,
required this.text,
required this.onPressed,
this.color,
this.activeColor,
this.textStyle,
});