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