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