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