build method
Implementation
@override
Widget build(BuildContext context) {
return Scaffold(
body: getChildWidget(context),
appBar: AppBar(title: title.build(context)));
}
@override
Widget build(BuildContext context) {
return Scaffold(
body: getChildWidget(context),
appBar: AppBar(title: title.build(context)));
}