shape property

LegendForm get shape

Implementation

LegendForm get shape => _shape;
set shape (LegendForm value)

Implementation

set shape(LegendForm value) {
  _shape = value;
}