ParentStyle constructor

ParentStyle({
  1. AngleFormat angleFormat = AngleFormat.cycles,
})

Implementation

ParentStyle({this.angleFormat = AngleFormat.cycles})
    : super(angleFormat: angleFormat);