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