TransparentPage constructor
TransparentPage({
- Widget? child,
Implementation
TransparentPage({
Widget? child,
}) : super(
key: UniqueKey(),
child: SizedBox(child: child),
);