ShareApp constructor

ShareApp({
  1. bool? isShareApp,
  2. String? shareTitle,
  3. String? shareMessage,
})

Implementation

ShareApp({this.isShareApp, this.shareTitle, this.shareMessage});