AdinkraIcon constructor

const AdinkraIcon(
  1. AdinkraIcons icon, {
  2. Color? color,
  3. double? size,
  4. bool solid = false,
})

Implementation

const AdinkraIcon(
  this.icon, {
  this.color,
  this.size,
  this.solid = false,
});