menu
brain_dev_tools package
documentation
tools/utils/image_icon_resources.dart
ImageIconResources
share static method
share static method
dark_mode
light_mode
share
static method
IconData
share
(
)
Implementation
static IconData share() => CheckPlatform().isIOS ? CupertinoIcons.share : Icons.share_outlined;
brain_dev_tools package
documentation
tools/utils/image_icon_resources
ImageIconResources
share static method
ImageIconResources class