PreVirtualBackgroundPage constructor

PreVirtualBackgroundPage({
  1. Key? key,
  2. required dynamic callback(),
})

Implementation

PreVirtualBackgroundPage({Key? key, required this.callback});