Mimic({Key key, MimicableHandle original })

Creates a widget that copies the appearance of another widget.

Source

Mimic({ Key key, this.original }) : super(key: key);