File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
lib/resources/views/dashboard Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -21,27 +21,6 @@ class _DashboardViewState extends State<DashboardView> {
2121 @override
2222 Widget build (BuildContext context) {
2323 return Scaffold (
24- appBar: AppBar (
25- title: Text (
26- 'Dashboard' ,
27- style: TextStyle (
28- fontSize: _getAppBarTextSize (context),
29- fontWeight: FontWeight .w600,
30- ),
31- ),
32- actions: [
33- // Botón de configuraciones solo para administradores
34- if (hasPermission ('settings:access' ))
35- IconButton (
36- icon: Icon (
37- Icons .settings,
38- size: _getIconSize (context),
39- ),
40- onPressed: () => Navigator .pushNamed (context, 'settings' ),
41- ),
42- ],
43- toolbarHeight: _getAppBarHeight (context),
44- ),
4524 body: _buildResponsiveBody (context),
4625 floatingActionButton: _buildResponsiveFAB (context),
4726 );
You can’t perform that action at this time.
0 commit comments