drawCustomWhiteText method Null safety
Implementation
void drawCustomWhiteText(Canvas canvas, String text, double w) =>
super.drawWhiteText(canvas, bFactory.specialButtonTextStyle, text, w);
void drawCustomWhiteText(Canvas canvas, String text, double w) =>
super.drawWhiteText(canvas, bFactory.specialButtonTextStyle, text, w);