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