WarningIcon constructor

const WarningIcon({
  1. Key? key,
  2. double size = 80.0,
})

Implementation

const WarningIcon({Key? key, this.size = 80.0}) : super(key: key);