SNPlat constructor

const SNPlat({
  1. Key? key,
  2. required bool isFullscreen,
})

Implementation

const SNPlat({
  super.key,
  required this.isFullscreen,
});