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