WindowButtons constructor

const WindowButtons({
  1. Key? key,
  2. List<Widget>? actions,
})

Implementation

const WindowButtons({super.key,  this.actions});