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