SmartIcon constructor

const SmartIcon({
  1. SmartIconData? data,
  2. IconData? icon,
  3. SmartSpace size = SmartSpace.s24,
  4. Key? key,
  5. Color? color,
  6. Color? surface,
})

Implementation

const SmartIcon({this.data, this.icon, this.size = SmartSpace.s24, super.key, this.color, this.surface});