PhoenixExpandableList constructor
const
PhoenixExpandableList({
- Key? key,
- required ExpendableData expendableData,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? contentMargin,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? titlePadding,
- Color? expandColor,
- Color? shrinkColor,
- double? radius,
- Widget? expandImage,
- Widget? shrinkImage,
- required bool showData,
- required VoidCallback callback,
Implementation
const PhoenixExpandableList({
Key? key,
required this.expendableData,
this.margin,
this.contentMargin,
this.padding,
this.titlePadding,
this.expandColor,
this.shrinkColor,
this.radius,
this.expandImage,
this.shrinkImage,
required this.showData,
required this.callback,
}) : super(key: key);