NsgDialogBody constructor

const NsgDialogBody({
  1. Key? key,
  2. Widget? child,
  3. NsgDialogBodyController? controller,
})

Implementation

const NsgDialogBody({super.key, this.child, this.controller});