$ColoredBox.wrap constructor

$ColoredBox.wrap(
  1. ColoredBox $value
)

Wrap a ColoredBox in a $ColoredBox

Implementation

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