PreviewBody constructor
const
PreviewBody({})
Implementation
const PreviewBody({
required double? width,
required double? height,
required bool applyCenter,
required this.child,
super.key,
}) : _width = width,
_height = height,
_applyCenter = applyCenter;