StatefullBuilder constructor
const
StatefullBuilder({
- Key? key,
- required Widget builder(
- BuildContext context
- void initState(
- BuildContext context
Implementation
const StatefullBuilder({
Key? key,
required this.builder,
this.initState,
}) : super(key: key);