build method
Throws to prevent UI building from the controller.
Implementation
@mustCallSuper
@override
Widget build(BuildContext context) {
throw UnsupportedError(
'$runtimeType.build() is invalid. Use <StateWidget.build()> instead.',
);
}
Throws to prevent UI building from the controller.
@mustCallSuper
@override
Widget build(BuildContext context) {
throw UnsupportedError(
'$runtimeType.build() is invalid. Use <StateWidget.build()> instead.',
);
}