PortalEazeSplashScreen constructor

const PortalEazeSplashScreen({
  1. Key? key,
  2. required String uniqueCode,
  3. bool? linearMenu,
})

Implementation

const PortalEazeSplashScreen({
  super.key,
  required this.uniqueCode,
  this.linearMenu,
});