PauseIcon constructor

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

Create pause icon.

Implementation

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