StackViewCell constructor
StackViewCell({
- required List<
Widget> children, - bool showIcon = false,
- EdgeInsetsGeometry? padding,
- void onTap()?,
- bool isAsync = false,
Implementation
StackViewCell({
required this.children,
this.showIcon = false,
this.padding,
this.onTap,
this.isAsync = false,
});