StandardStyleValues constructor
const
StandardStyleValues({
- MaterialColor? primaryColor,
- Color? surfaceLight,
- Color? surfaceDark,
- EdgeInsetsGeometry? padding,
- BorderSide? borderSide,
- BorderRadiusGeometry? borderRadius,
- int? titleMaxLines,
- int? descriptionMaxLines,
- double? progressIndicatorStrokeWidth,
- 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,
});