StandardStyleValues constructor

const StandardStyleValues({
  1. MaterialColor? primaryColor,
  2. Color? surfaceLight,
  3. Color? surfaceDark,
  4. EdgeInsetsGeometry? padding,
  5. BorderSide? borderSide,
  6. BorderRadiusGeometry? borderRadius,
  7. int? titleMaxLines,
  8. int? descriptionMaxLines,
  9. double? progressIndicatorStrokeWidth,
  10. ProgressIndicatorThemeData? progressIndicatorTheme,
})

Implementation

const StandardStyleValues({
  this.primaryColor,
  this.surfaceLight,
  this.surfaceDark,
  this.padding,
  this.borderSide,
  this.borderRadius,
  this.titleMaxLines,
  this.descriptionMaxLines,
  this.progressIndicatorStrokeWidth,
  this.progressIndicatorTheme,
});