outerPadding property
int
get
outerPadding
Space between the "outside" of the chart, and the title behavior itself.
This padding is applied to all 3 edges of the title that are not in the direction of the draw area. For a top positioned title, this is applied to the top, left, and right edges. innerPadding is applied to the bottom edge.
Implementation
int get outerPadding => _config.outerPadding;
set
outerPadding
(int outerPadding)
Implementation
set outerPadding(int outerPadding) {
_config.outerPadding = outerPadding;
}