menu
flutter_share_pro package
documentation
features/sharing/domain/bloc/sharing_event.dart
ShareImage
ShareImage.new const constructor
ShareImage.new const constructor
dark_mode
light_mode
ShareImage
constructor
const
ShareImage
(
{
required
String
imagePath
,
String
?
text
,
})
Implementation
const ShareImage({ required this.imagePath, this.text, });
flutter_share_pro package
documentation
features/sharing/domain/bloc/sharing_event
ShareImage
ShareImage.new const constructor
ShareImage class