ExpandableThemeDataNullable constructor

const ExpandableThemeDataNullable({
  1. EdgeInsetsGeometry? titlePadding,
  2. EdgeInsetsGeometry? childrenPadding,
  3. BorderRadius? borderRadius,
  4. Color? highlightColor,
  5. Color? focusColor,
  6. Color? splashColor,
  7. Color? hoverColor,
  8. Color? iconColor,
  9. double? iconSize,
})

Implementation

const ExpandableThemeDataNullable({
  this.titlePadding,
  this.childrenPadding,
  this.borderRadius,
  this.highlightColor,
  this.focusColor,
  this.splashColor,
  this.hoverColor,
  this.iconColor,
  this.iconSize,
});