UserMdIcon constructor

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

Implementation

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