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