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