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