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