titleOutsideJustification property

OutsideJustification get titleOutsideJustification

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

Implementation

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

Implementation

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