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