OpaReady<T extends VirtualAccountState> constructor

OpaReady<T extends VirtualAccountState>({
  1. String title = "We are creating your account...",
  2. String subtitle = "This step lasts less than a minute.\nYou will be redirected to the app once it is done.",
})

Implementation

OpaReady({
  this.title = "We are creating your account...",
  this.subtitle =
      "This step lasts less than a minute.\nYou will be redirected to the app once it is done.",
});