build method
- dynamic context,
- dynamic ref
Implementation
@override
Widget build(BuildContext context, WidgetRef ref) {
return Scaffold(
appBar: _buildAppBarUI(context, ref),
body: _buildSubSpacesUI(context, ref),
);
}
@override
Widget build(BuildContext context, WidgetRef ref) {
return Scaffold(
appBar: _buildAppBarUI(context, ref),
body: _buildSubSpacesUI(context, ref),
);
}