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