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