SeniorProgressBarThemeData constructor

const SeniorProgressBarThemeData({
  1. SeniorProgressBarStyle? style,
})

Theme definitions for the SeniorProgressBar component.

Implementation

const SeniorProgressBarThemeData({
  this.style,
});