PopupHeaderWidget constructor
const
PopupHeaderWidget({
- Key? key,
- EdgeInsets? topLevelPadding,
- required String title,
- TextStyle? titleStyle,
- EdgeInsets? titleMargin,
- dynamic handleClickClose()?,
- IconData? titlePreIcon,
- Color? textColor,
Implementation
const PopupHeaderWidget({
super.key,
this.topLevelPadding,
required this.title,
this.titleStyle,
this.titleMargin,
this.handleClickClose,
this.titlePreIcon,
this.textColor,
});