BlankScreen constructor

BlankScreen({
  1. String? screenId,
})

Implementation

BlankScreen({
  this.screenId,
});