FastAppSettingsLanguagesBuilder constructor
const
FastAppSettingsLanguagesBuilder({
- Key? key,
- required BlocBuilder<
FastAppInfoBlocState> builder,
Creates a new FastAppSettingsLanguagesBuilder
instance.
The builder
parameter is a required function that takes the
BuildContext and FastAppInfoBlocState as input and returns
a widget.
Implementation
const FastAppSettingsLanguagesBuilder({
super.key,
required this.builder,
});