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