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