SimpleDialogLayout<T> constructor

SimpleDialogLayout<T>()

Implementation

SimpleDialogLayout() : super('SimpleDialogLayout') {
  vertical = true;
  stride = '5px';
  padding = '10px';
  headerPanel.add(headerLabel);
  addAll([headerPanel, bodyPanel]);
}