Description constructor

Description()

Implementation

Description() : super() {
  // default size
  textSize = Utils.convertDpToPixel(8);
}