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