TitleAction.negative constructor
const
TitleAction.negative({})
消极
Implementation
const TitleAction.negative({
Key? key,
this.onTap,
this.iconData,
this.imgUrl,
this.txt,
this.color,
this.child,
this.textStyle,
this.txtSize,
this.iconSize,
this.iconPadding,
this.leftRSize,
this.topAndBottomSize,
}) : assert(iconData == null || imgUrl == null),
this.negative = true,
super(key: key);