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