bodyPanel property

Panel bodyPanel
getter/setter pair

Implementation

Panel bodyPanel = Panel()
  ..addCssClass('SimpleDialogLayoutBody')
  ..padding = '10px'
  ..stride = '5px';