WIP
This commit is contained in:
parent
4006bc3566
commit
4c9c0cda24
|
@ -65,11 +65,10 @@ class _MenuCardItemState extends State<MenuCardItem> {
|
|||
),
|
||||
),
|
||||
),
|
||||
Align(
|
||||
alignment: const AlignmentDirectional(0.0, 0.0),
|
||||
Flexible(
|
||||
child: Text(
|
||||
widget.title ?? '',
|
||||
overflow: TextOverflow.ellipsis,
|
||||
// overflow: TextOverflow.ellipsis,
|
||||
style: FlutterFlowTheme.of(context).titleLarge.override(
|
||||
fontFamily: 'Nunito',
|
||||
color: FlutterFlowTheme.of(context).primaryText,
|
||||
|
|
|
@ -420,6 +420,7 @@ class _MenuComponentWidgetState extends State<MenuComponentWidget> {
|
|||
ptText: 'Preferências de Configuração',
|
||||
),
|
||||
),
|
||||
MenuCardItem(icon: null, action: () {}, title: ''),
|
||||
];
|
||||
}();
|
||||
|
||||
|
|
Loading…
Reference in New Issue