buttonIcon property
buttonIcon is optional; an icon displayed inside the button optional parameter => needs null-aware operator
Implementation
final Icon? buttonIcon;
buttonIcon is optional; an icon displayed inside the button optional parameter => needs null-aware operator
final Icon? buttonIcon;