MapSurvey - refraktorálás

This commit is contained in:
2026-05-24 14:50:31 +02:00
parent 53888c9dcb
commit ce8b539be3
5 changed files with 209 additions and 355 deletions
@@ -23,6 +23,8 @@ class ShellView extends GetView<ShellController> {
@override
Widget build(BuildContext context) {
return Scaffold(
extendBody: true,
extendBodyBehindAppBar: false,
appBar: AppBar(
// Cím reaktívan frissül tab váltáskor
title: Obx(() => Text(controller.currentTitle)),