ExpandableThemeData constructor

ExpandableThemeData({
  1. Color? iconColor,
  2. bool? useInkWell,
  3. Duration? animationDuration,
  4. Duration? scrollAnimationDuration,
  5. double? crossFadePoint,
  6. Curve? fadeCurve,
  7. Curve? sizeCurve,
  8. AlignmentGeometry? alignment,
  9. ExpandablePanelHeaderAlignment? headerAlignment,
  10. ExpandablePanelBodyAlignment? bodyAlignment,
  11. ExpandablePanelIconPlacement? iconPlacement,
  12. bool? tapHeaderToExpand,
  13. bool? tapBodyToExpand,
  14. bool? tapBodyToCollapse,
  15. bool? hasIcon,
  16. double? iconSize,
  17. EdgeInsets? iconPadding,
  18. double? iconRotationAngle,
  19. IconData? expandIcon,
  20. IconData? collapseIcon,
  21. BorderRadius? inkWellBorderRadius,
  22. dynamic onExpanded(
    1. bool
    )?,
})

Implementation

ExpandableThemeData(
    {this.iconColor,
    this.useInkWell,
    this.animationDuration,
    this.scrollAnimationDuration,
    this.crossFadePoint,
    this.fadeCurve,
    this.sizeCurve,
    this.alignment,
    this.headerAlignment,
    this.bodyAlignment,
    this.iconPlacement,
    this.tapHeaderToExpand,
    this.tapBodyToExpand,
    this.tapBodyToCollapse,
    this.hasIcon,
    this.iconSize,
    this.iconPadding,
    this.iconRotationAngle,
    this.expandIcon,
    this.collapseIcon,
    this.inkWellBorderRadius,
    this.onExpanded});