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