SIcon constructor

const SIcon(
  1. IconData iconData, {
  2. Key? key,
  3. Color? color,
  4. double iconSize = 30,
  5. double maxIconSize = 30,
})

Implementation

const SIcon(
  this.iconData, {
  super.key,
  this.color,
  this.iconSize = 30,
  this.maxIconSize = 30,
});