RoundedExpansionTile constructor

RoundedExpansionTile({
  1. Widget? title,
  2. Widget? subtitle,
  3. Widget? leading,
  4. Widget? trailing,
  5. Duration? duration,
  6. List<Widget>? children,
  7. bool? autofocus,
  8. EdgeInsetsGeometry? contentPadding,
  9. bool? dense,
  10. bool? enabled,
  11. bool? enableFeedback,
  12. Color? focusColor,
  13. FocusNode? focusNode,
  14. double? horizontalTitleGap,
  15. Color? hoverColor,
  16. bool? isThreeLine,
  17. Key? key,
  18. double? minLeadingWidth,
  19. double? minVerticalPadding,
  20. MouseCursor? mouseCursor,
  21. void onLongPress()?,
  22. bool? selected,
  23. Color? selectedTileColor,
  24. ShapeBorder? shape,
  25. Color? tileColor,
  26. VisualDensity? visualDensity,
  27. void onTap()?,
  28. Curve? curve,
  29. EdgeInsets? childrenPadding,
  30. bool? rotateTrailing,
  31. bool? noTrailing,
})

Implementation

RoundedExpansionTile(
    {this.title,
    this.subtitle,
    this.leading,
    this.trailing,
    this.duration,
    this.children,
    this.autofocus,
    this.contentPadding,
    this.dense,
    this.enabled,
    this.enableFeedback,
    this.focusColor,
    this.focusNode,
    this.horizontalTitleGap,
    this.hoverColor,
    this.isThreeLine,
    this.key,
    this.minLeadingWidth,
    this.minVerticalPadding,
    this.mouseCursor,
    this.onLongPress,
    this.selected,
    this.selectedTileColor,
    this.shape,
    this.tileColor,
    this.visualDensity,
    this.onTap,
    this.curve,
    this.childrenPadding,
    this.rotateTrailing,
    this.noTrailing});