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