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