$Widget.wrap constructor

$Widget.wrap(
  1. Widget $value
)

Wrap a Widget in a $Widget

Implementation

$Widget.wrap(this.$value);