Iconr constructor

const Iconr(
  1. IconData icon, {
  2. Key? key,
  3. EdgeInsetsGeometry? margin,
  4. EdgeInsetsGeometry? padding,
  5. double? width,
  6. BorderRadiusGeometry? radius,
  7. Color? color,
  8. double? size,
  9. AlignmentGeometry? alignment,
  10. BoxBorder? border,
})

Implementation

const Iconr(this.icon,
    {Key? key,
    this.margin,
    this.padding,
    this.width,
    this.radius,
    this.color,
    this.size,
    this.alignment,
    this.border})
    : super(key: key);