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