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