FastCalculatorLastUpdatedText constructor
const
FastCalculatorLastUpdatedText({
- Key? key,
- required FastCalculatorBloc<
FastCalculatorBlocEvent< bloc,FastCalculatorResults> , FastCalculatorBlocState<FastCalculatorFields, FastCalculatorResults> , FastCalculatorResults> - String? labelText,
Implementation
const FastCalculatorLastUpdatedText({
super.key,
required this.bloc,
this.labelText,
});