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