XExpansionTile constructor

XExpansionTile(
  1. Widget leading,
  2. Widget title,
  3. Widget subtitle,
  4. ValueChanged<bool> onExpansionChanged,
  5. Color backgroundColor,
  6. Widget trailing,
  7. bool initiallyExpanded,
  8. Key key
)

Implementation

XExpansionTile(
    this.leading,
    this.title,
    this.subtitle,
    this.onExpansionChanged,
    this.backgroundColor,
    this.trailing,
    this.initiallyExpanded,
    this.key);