share property Null safety
override
Platform-adaptive icon for share — material icon named "share" and ios_share — material icon named "ios share".;
Implementation
IconData get share => !_isCupertino() ? Icons.share : Icons.ios_share;
Platform-adaptive icon for share — material icon named "share" and ios_share — material icon named "ios share".;
IconData get share => !_isCupertino() ? Icons.share : Icons.ios_share;