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