WebFInspectorFloatingPanel constructor

const WebFInspectorFloatingPanel({
  1. Key? key,
  2. bool? visible,
})

Implementation

const WebFInspectorFloatingPanel({
  Key? key,
  this.visible,
}) : super(key: key);