ExpandableThemeDataNullable constructor
const
ExpandableThemeDataNullable({
- EdgeInsetsGeometry? titlePadding,
- EdgeInsetsGeometry? childrenPadding,
- BorderRadius? borderRadius,
- Color? highlightColor,
- Color? focusColor,
- Color? splashColor,
- Color? hoverColor,
- Color? iconColor,
- double? iconSize,
Implementation
const ExpandableThemeDataNullable({
this.titlePadding,
this.childrenPadding,
this.borderRadius,
this.highlightColor,
this.focusColor,
this.splashColor,
this.hoverColor,
this.iconColor,
this.iconSize,
});