$Row.wrap constructor

$Row.wrap(
  1. Row $value
)

Wraps a Row instance in a $Row wrapper

Implementation

$Row.wrap(this.$value) : _superclass = $Widget.wrap($value);