share_sharp property

IconData share_sharp

Platform-adaptive icon for share — material icon named "share" (sharp) and ios_share — material icon named "ios share" (sharp).;

Implementation

IconData get share_sharp => !_isCupertino() ? Icons.share_sharp : Icons.ios_share_sharp;