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