DefaultFrontEndStyle constructor

DefaultFrontEndStyle()

Implementation

DefaultFrontEndStyle() {
  defaultPageBodyImpl = DefaultPageBodyImpl(this);
  defaultMenuImpl = DefaultMenuImpl(this);
  defaultDrawerImpl = DefaultDrawerImpl(this);
  defaultBottomNavigationBarImpl = DefaultBottomNavigationBarImpl(this);
  defaultAppBarImpl = DefaultAppBarImpl(this);
  defaultProfilePhotoImpl = DefaultProfilePhotoImpl();
  defaultContainerImpl = DefaultContainerImpl();
  defaultProgressIndicatorImpl = DefaultProgressIndicatorImpl();
  defaultAppImpl = DefaultAppImpl();
  defaultListTileImpl = DefaultListTileImpl();
  defaultDialogFieldImpl = DefaultDialogFieldImpl();
  defaultDialogImpl = DefaultDialogImpl(this);
  defaultDialogWidgetImpl = DefaultDialogWidgetImpl(this);
  defaultButtonImpl = DefaultButtonImpl(this);
  defaultTextImpl = DefaultTextImpl();
  defaultTableImpl = DefaultTableImpl();
  defaultTextFormFieldImpl = DefaultTextFormFieldImpl(this);
  defaultStyleImpl = DefaultStyleImpl();
  defaultIconImpl = DefaultIconImpl();
  defaultDividerImpl = DefaultDividerImpl();
  defaultTabsImpl = DefaultTabsImpl(this);
  defaultTabsImpl = DefaultTabsImpl(this);
  defaultSplitImpl = DefaultSplitImpl();
  defaultPageRouteBuilderImpl = DefaultPageRouteBuilderImpl();
  defaultTextBubbleImpl = DefaultTextBubbleImpl();
}