TxtStyle constructor

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

Implementation

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