@override Widget legendShape(Context context) { return shape == null ? super.legendShape(context) : shape!(context); }