AppTheme constructor

AppTheme({
  1. String? theme,
  2. MirrorFlyAppTheme? customTheme,
})

Implementation

AppTheme({
  this.theme,
  this.customTheme,
});