ProIcon constructor

const ProIcon({
  1. Key? key,
  2. double? size,
  3. double outerPadding = 0,
})

Implementation

const ProIcon({Key? key, this.size, this.outerPadding = 0}) : super(key: key);