CapturedWrapper constructor
const
CapturedWrapper({
- Key? key,
- CapturedThemes? themes,
- CapturedData? data,
- required Widget child,
Implementation
const CapturedWrapper({
super.key,
this.themes,
this.data,
required this.child,
});