bluetooth property

IconData bluetooth

Icons: Icons.bluetooth : CupertinoIcons.bluetooth

Implementation

IconData get bluetooth =>
    isMaterial(context) ? Icons.bluetooth : CupertinoIcons.bluetooth;