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