GNExpansionTile constructor
const
GNExpansionTile({
- Key? key,
- bool? enabled,
- bool? showTrailingIcon,
- Color? backgroundColor,
- Color? collapsedBackgroundColor,
- EdgeInsets? tilePadding,
- EdgeInsets? childrenPadding,
- double? borderRadius,
- required List<
Widget> expandedWidget, - required Widget tileTitle,
- dynamic onExpansionChanged(
- bool status
- Color? iconColor,
- ExpansionTileController? controller,
- Color? borderColor,
- Color? collapsedBorderColor,
- bool? initiallyExpanded,
- Color? collapsedIconColor,
Implementation
const GNExpansionTile(
{super.key,
this.enabled,
this.showTrailingIcon,
this.backgroundColor,
this.collapsedBackgroundColor,
this.tilePadding,
this.childrenPadding,
this.borderRadius,
required this.expandedWidget,
required this.tileTitle,
this.onExpansionChanged,
this.iconColor,
this.controller,
this.borderColor,
this.collapsedBorderColor,
this.initiallyExpanded, this.collapsedIconColor});