CircleButton constructor
const
CircleButton({})
Implementation
const CircleButton({
Key? key,
required this.finalTop,
required this.finalRight,
required this.initState,
required this.bloc,
this.duration = const Duration(milliseconds: 300),
required this.widget,
required this.curve,
this.opacity = true,
}) : super(key: key);