UpIcon constructor
      const
      UpIcon({})
     
    
    
Implementation
const UpIcon({
  Key? key,
  required this.icon,
  this.semanticLabel,
  this.colorType,
  this.onTap,
  this.style,
  this.shadows,
}) : super(key: key);const UpIcon({
  Key? key,
  required this.icon,
  this.semanticLabel,
  this.colorType,
  this.onTap,
  this.style,
  this.shadows,
}) : super(key: key);