accentHeight property

  1. @override
dynamic accentHeight

Implementation

@override
dynamic get accentHeight =>
    (props[_$key__accentHeight___$SvgPropsMixin] ?? null) as dynamic;
  1. @override
void accentHeight=(dynamic value)

Implementation

@override
set accentHeight(dynamic value) =>
    props[_$key__accentHeight___$SvgPropsMixin] = value;