ButtonQEG constructor
const
ButtonQEG({
- Key? key,
- required String text,
- required VoidCallback onPressed,
- ButtonSize? size,
- bool outlined = false,
- Color color = const Color(0XFF00A58E),
- Widget? leading,
- Widget? trailing,
- bool isFullWidth = false,
Implementation
const ButtonQEG({
super.key,
required this.text,
required this.onPressed,
this.size,
this.outlined = false,
this.color = const Color(0XFF00A58E),
this.leading,
this.trailing,
this.isFullWidth = false,
});