SaveDialog constructor

const SaveDialog({
  1. Key? key,
})

Implementation

const SaveDialog({Key? key}) : super(key: key);