BlurryPopupTitle constructor
const
BlurryPopupTitle({
- Key? key,
- required LayoutType layoutType,
- required Color renderingColor,
- required IconData? icon,
- required DefaultThemes? blurryType,
- required String title,
- TextStyle? textStyle,
Implementation
const BlurryPopupTitle({
Key? key,
required this.layoutType,
required this.renderingColor,
required this.icon,
required this.blurryType,
required this.title,
this.textStyle,
}) : super(key: key);