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