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