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