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