I'm learning Flutter and right now I'm calling _buildStackCardsList
widget in the body but I'm trying to add additional text right above _buildStackedCardsList
method but I'm not really sure how to implement that. every time I tried to wrap with containers or columns the stackedCard got to disappear.
body: _buildStackedCardsList()
}
Widget _buildStackedCardsList() {
}
so this is what I trying to do
any suggestion, thanks