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