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