Widget constructor

Widget(
  1. WidgetElement _html(
    1. Widget widget
    ),
  2. String? _styles()?
)

Implementation

Widget(this._html, this._styles);