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