presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
  ..addAll([
    DefsAttributeConfig('offset', property: true),
    DefsAttributeConfig('stop-color', property: true)
  ]);