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