PipButton constructor
const
PipButton({
- Key? key,
- required Responsive responsive,
Implementation
const PipButton({Key? key, required this.responsive}) : super(key: key);