DialStyleY constructor

DialStyleY({
  1. required String title,
  2. TextStyle titleStyle = defaultTextStyle,
  3. String centerSubTitle = '',
  4. TextStyle centerSubTextStyle = defaultTextStyle,
  5. Color? hintLineColor,
  6. List<Color>? fillColors,
  7. required double positionRetioy,
})

Implementation

DialStyleY(
    {required this.title,
    this.titleStyle = defaultTextStyle,
    this.centerSubTitle = '',
    this.centerSubTextStyle = defaultTextStyle,
    this.hintLineColor,
    this.fillColors,
    required this.positionRetioy});