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