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