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