DictionaryModalInfo constructor

const DictionaryModalInfo({
  1. required String noReloadPageTitle,
  2. required String noReloadPageSubTitle,
  3. required String selectNetworkLater,
})

Implementation

const DictionaryModalInfo({
  required this.noReloadPageTitle,
  required this.noReloadPageSubTitle,
  required this.selectNetworkLater,
});