WebFContext constructor
const
WebFContext({
- Key? key,
- required Widget child,
- WebFController? controller,
Implementation
const WebFContext({super.key, required super.child, this.controller});