BlurryPopupButtonText constructor
const
BlurryPopupButtonText({
- Key? key,
- required String text,
- required Color textColor,
- required TextStyle? buttonTextStyle,
- required LAYOUT_TYPE layoutType,
Implementation
const BlurryPopupButtonText({
Key? key,
required this.text,
required this.textColor,
required this.buttonTextStyle,
required this.layoutType,
}) : super(key: key);