WindowButtons constructor

const WindowButtons({
  1. Key? key,
})

Implementation

const WindowButtons({Key? key}) : super(key: key);