MIcon constructor

const MIcon({
  1. String? sfSymbol,
  2. String? androidDrawable,
  3. double size = 24,
  4. MColor? color,
})

Implementation

const MIcon(
    {this.sfSymbol, this.androidDrawable, this.size = 24, this.color});