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