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