WAction constructor
const
WAction({
- Key? key,
- Widget? first,
- Widget? second,
- Widget? firstIcon,
- Widget? secondIcon,
- void onTap()?,
- void onTapFirst()?,
- void onTapSecond()?,
- double? width,
- double? height,
- EdgeInsets? padding,
- EdgeInsets? firstIconPadding,
- EdgeInsets? firstPadding,
- EdgeInsets? secondPadding,
- EdgeInsets? secondIconPadding,
Implementation
const WAction({
super.key,
this.first,
this.second,
this.firstIcon,
this.secondIcon,
this.onTap,
this.onTapFirst,
this.onTapSecond,
this.width,
this.height,
this.padding,
this.firstIconPadding,
this.firstPadding,
this.secondPadding,
this.secondIconPadding,
});