NsgDialogBody constructor
const
NsgDialogBody({
- Key? key,
- Widget? child,
- NsgDialogBodyController? controller,
Implementation
const NsgDialogBody({super.key, this.child, this.controller});