QdsRoundButton constructor

const QdsRoundButton({
  1. required QdsRoundButtonUiState initUiState,
  2. void onPressed()?,
  3. Key? key,
})

Implementation

const QdsRoundButton({
  required this.initUiState,
  this.onPressed,
  super.key,
});