nearMeBlue property

IconWithBackground nearMeBlue
final

Implementation

final IconWithBackground nearMeBlue = const IconWithBackground(
  bgColor: Colors.white,
  icon: Icon(
    Icons.near_me,
    color: Colors.blue,
  ),
);