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