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