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