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