skip to Main Content

Flutter setState method shows error while the function calling from another page

I have create a method for call bottom dialogue in flutter. But on that case setState method shows error when loading the bottom dialog... import 'package:chavara/src/utils/theme/app_fonts.dart'; import 'package:flutter/material.dart'; import '../utils/theme/app_colors.dart'; import 'basic_text.dart'; basicBottomSheet(BuildContext context, String heading) { int id =…

VIEW QUESTION
Back To Top
Search