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