ZetaStatefulWidget constructor

const ZetaStatefulWidget({
  1. Key? key,
  2. bool? rounded,
})

Constructs a ZetaStatefulWidget.

Implementation

const ZetaStatefulWidget({super.key, this.rounded});