UikAppBar constructor

UikAppBar(
  1. WidgetType _widgetType,
  2. UikAppBarProps _uikAppBarProps
)

Implementation

UikAppBar(this._widgetType, this._uikAppBarProps)
    : super(_widgetType, _uikAppBarProps);