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