direction property
LegendDirection
get
direction
Implementation
LegendDirection get direction => _direction;
set
direction
(LegendDirection value)
Implementation
set direction(LegendDirection value) {
_direction = value;
}