SunnyStatefulWidget<R> constructor

  1. @mustCallSuper
const SunnyStatefulWidget<R>({
  1. Key? key,
})

Implementation

@mustCallSuper
const SunnyStatefulWidget({Key? key}) : super(key: key);