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