LineIcon.uber constructor
      const
      LineIcon.uber({ 
    
- Key? key,
 - double? size,
 - Color? color,
 - String? semanticLabel,
 - TextDirection? textDirection,
 
Constructor for uber icon Name uber turns into flutterish uber
Implementation
const LineIcon.uber({
  Key? key,
  double? size,
  Color? color,
  String? semanticLabel,
  TextDirection? textDirection,
}) : super(
        LineIcons.uber,
        key: key,
        size: size,
        color: color,
        semanticLabel: semanticLabel,
        textDirection: textDirection,
      );