ShareController constructor

ShareController({
  1. String? title,
  2. required List<SocialConfig> networks,
  3. Text? elevatedButtonText,
})

Implementation

ShareController(
    {this.title, required this.networks, this.elevatedButtonText});