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