12 ImagePopup(
const String& headerText,
const int& numOfHeaderLines,
const String& descriptionText,
13 Image* primaryImage,
const String& buttonText,
14 Justification justification = Justification::centredLeft,
float headerFontSize = 18.6f,
15 float descriptionFontSize = 15.2f);
20 void paint(Graphics& g)
override;
57 void setLayout(
float imageSize,
int headerMargin, Rectangle<int> headerSize, Rectangle<int> descriptionSize,
58 Rectangle<int> buttonBounds)