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