SmartIcon constructor
const
SmartIcon({
- SmartIconData? data,
- IconData? icon,
- SmartSpace size = SmartSpace.s24,
- Key? key,
- Color? color,
- Color? surface,
Implementation
const SmartIcon({this.data, this.icon, this.size = SmartSpace.s24, super.key, this.color, this.surface});