EmbedProxy constructor

const EmbedProxy(
  1. Widget child, {
  2. Key? key,
})

Implementation

const EmbedProxy(Widget child, {super.key}) : super(child: child);