isBold property

bool isBold

Get Bold

Implementation

bool get isBold {
  return _bold;
}
void isBold=(bool bold)

Set Bold

Implementation

set isBold(bool bold) {
  _bold = bold;
}