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