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