QdsRoundButton constructor
const
QdsRoundButton({
- required QdsRoundButtonUiState initUiState,
- void onPressed()?,
- Key? key,
Implementation
const QdsRoundButton({
required this.initUiState,
this.onPressed,
super.key,
});