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