SvgDebugAttribute constructor

const SvgDebugAttribute({
  1. required String name,
  2. required String? rawValue,
  3. required String resolvedValue,
  4. required bool animated,
})

Implementation

const SvgDebugAttribute({
  required this.name,
  required this.rawValue,
  required this.resolvedValue,
  required this.animated,
});