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