AppWrapInner constructor

const AppWrapInner({
  1. Key? key,
  2. ThemeData? theme,
  3. required String mainTitle,
})

Implementation

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