DialStyleX constructor

DialStyleX({
  1. String? title,
  2. TextStyle? titleStyle,
  3. double? positionRetioy,
})

Implementation

DialStyleX({this.title, this.titleStyle, this.positionRetioy});