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