ButtonShowContentDialog constructor
const
ButtonShowContentDialog({})
Implementation
const ButtonShowContentDialog({
Key? key,
required this.dialog,
required this.child,
this.widthDialog = 200,
this.heightDialog = 200,
this.borderRadiusDialog = 10,
this.colorBorderDialog,
}) : super(key: key);