HeadingStyle constructor
const
HeadingStyle({
- TextStyle? textStyle,
- EdgeInsetsGeometry? padding,
- bool? showDivider,
- Color? dividerColor,
- double? dividerThickness,
- EdgeInsetsGeometry? dividerPadding,
Creates a HeadingStyle. Null fields defer to the theme, then to the default.
Implementation
const HeadingStyle({
this.textStyle,
this.padding,
this.showDivider,
this.dividerColor,
this.dividerThickness,
this.dividerPadding,
});