buttonImage property

Image? buttonImage
final

buttonImage is optional; image displayed inside button optional => needs null-aware operator

Implementation

final Image? buttonImage;