FlutterWebFrame constructor
const
FlutterWebFrame({})
Implementation
const FlutterWebFrame({
Key? key,
required this.builder,
this.enabled = true,
this.backgroundColor,
required this.maximumSize,
this.clipBehavior = Clip.none,
}) : super(key: key);