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