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