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