titleOutsideJustification property

OutsideJustification titleOutsideJustification

Justification of the title text if it is positioned outside of the draw area.

Implementation

OutsideJustification get titleOutsideJustification =>
    _config.titleOutsideJustification;
void titleOutsideJustification=(OutsideJustification titleOutsideJustification)

Implementation

set titleOutsideJustification(
    OutsideJustification titleOutsideJustification) {
  _config.titleOutsideJustification = titleOutsideJustification;
}