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