toBuild method
dynamic
toBuild()
Implementation
toBuild() {
return Icon(icon,
key: key,
size: _size,
color: _color,
semanticLabel: _semanticLabel,
textDirection: _textDirection,
);
}
toBuild() {
return Icon(icon,
key: key,
size: _size,
color: _color,
semanticLabel: _semanticLabel,
textDirection: _textDirection,
);
}