BaseDialog constructor

const BaseDialog({
  1. Key? key,
  2. required AppTheme theme,
})

Implementation

const BaseDialog({
  super.key,
  required this.theme,
});