WebFContext constructor

const WebFContext({
  1. Key? key,
  2. required Widget child,
  3. WebFController? controller,
})

Implementation

const WebFContext({super.key, required super.child, this.controller});