ToolBarTextActionWidget constructor
const
ToolBarTextActionWidget({})
Implementation
const ToolBarTextActionWidget({
Key? key,
this.width, // 宽度(高度固定32)
this.color,
required this.text,
this.textColor,
required this.onPressed,
}) : super(key: key);