strikethroughPosition property

  1. @override
dynamic strikethroughPosition

Implementation

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

Implementation

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