Texto na coluna FLUTTER Overlipsis não funcionando
return Expanded(
child: Container(
child: Column(
children: [
Text("Your text here...",
overflow: TextOverflow.ellipsis
)
]
)
)
);
cesarxxe