isBold property

bool get isBold

Get Bold

Implementation

bool get isBold {
  return _bold;
}
set isBold (bool bold)

Set Bold

Implementation

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