RestaurantIcon constructor

const RestaurantIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const RestaurantIcon({
  super.key,
  this.color,
});