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