LeftImageButton constructor
const
LeftImageButton({})
Implementation
const LeftImageButton({
Key? key,
this.width,
this.height,
required this.buttonText,
required this.buttonImageView,
this.onTap,
this.maxLines,
}) : super(key: key);