further improved accessibility across the application and add tooltips to action buttons
This commit is contained in:
@@ -35,6 +35,8 @@ class GradeAveragesView extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
PopupMenuButton<bool>(
|
||||
tooltip:
|
||||
'Notensystem: ${bloc.isMiddleSchool() ? 'Realschule' : 'Oberstufe'}',
|
||||
initialValue: bloc.isMiddleSchool(),
|
||||
icon: const Icon(Icons.more_horiz),
|
||||
itemBuilder: (context) => [true, false]
|
||||
|
||||
Reference in New Issue
Block a user