InAppWidget constructor
const
InAppWidget({
- Key? key,
- required Template template,
- double? height,
- EdgeInsets? padding,
Implementation
const InAppWidget({
super.key,
required this.template,
this.height,
this.padding,
});