return Expanded( child: Container( child: Column( children: [ Text("Your text here...", overflow: TextOverflow.ellipsis ) ] ) ) );