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