WindowControlButton constructor
const
WindowControlButton({
- Key? key,
- VoidCallback? onTap,
- required Widget child,
Implementation
const WindowControlButton({
Key? key,
this.onTap,
required this.child,
}) : super(key: key);