topPanel property

Panel topPanel
getter/setter pair

Implementation

Panel topPanel = Panel()
  ..addCssClass('SimplePathPanel')
  ..fullWidth()
  ..stride = '5px'
  ..height = '45px'
  ..padding = '5px'
  ..align = 'center';