ZdsExpansionTile constructor
- {Key? key,
- required Widget title,
- required Widget child,
- Widget? subtitle,
- Widget? bottom,
- bool initiallyExpanded = false,
- bool maintainState = true,
- EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 24, vertical: 2),
- EdgeInsets titlePadding = const EdgeInsets.symmetric(horizontal: 24, vertical: 16),
- VoidCallback? onExpanded,
- VoidCallback? onCollapse,
- VoidCallback? onCollapsed,
- bool showDivider = true,
- bool expandWithIconOnly = false,
- bool hideExpansionSemantics = false,
- bool isExpandable = true,
- Color titleColor = Colors.transparent}
A tile that can be expanded and collapsed to reveal further information.
Implementation
const ZdsExpansionTile