TopToolRow constructor

const TopToolRow({
  1. Key? key,
  2. Widget? right,
  3. bool? canPop,
  4. Function? onPop,
})

Implementation

const TopToolRow({
  Key? key,
  this.right,
  this.canPop,
  this.onPop,
}) : super(key: key);