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