Share constructor

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

Implementation

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