PageTopBar constructor

const PageTopBar({
  1. Key? key,
  2. Widget? header,
  3. Widget? commandBar,
})

Implementation

const PageTopBar({
  Key? key,
  this.header,
  this.commandBar,
}) : super(key: key);