setFontCallback method

bool setFontCallback({
  1. bool notifyAlreadySet = true,
})

Call callback when the font is ready. Set notifyAlreadySet to specify if you want to be called if the font is already set.

Implementation

bool setFontCallback({
  bool notifyAlreadySet = true,
}) {
  return false;
}