$Expanded.wrap constructor

$Expanded.wrap(
  1. Expanded $value
)

Wrap an Expanded in a $Expanded

Implementation

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