WebComponent constructor

const WebComponent({
  1. Widget child(
    1. BuildContext context
    )?,
  2. Widget base(
    1. BuildContext context
    )?,
  3. Key? key,
})

Implementation

const WebComponent({this.child, this.base, super.key});