drawText method

void drawText(
  1. String strLeft,
  2. int fontLeft,
  3. String strMid,
  4. int fontMid,
  5. String strRight,
  6. int fontRight,
)

Implementation

void drawText(String strLeft,int fontLeft,String strMid,int fontMid,String strRight,int fontRight){
  throw UnimplementedError('drawText() has not been implemented');
}