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