1
answer
1
watching
220
views

How to resolve this error message in flutter - library_private_types_in_public_api

The line of code it's complaining is  this -

_MyPageState createState() => _MyPageState();



The flutter code lines - class MyPage extends StatefulWidget {
const MyPage({super.key});

@override
_MyPageState createState() => _MyPageState();
}

For unlimited access to Homework Help, a Homework+ subscription is required.

Avatar image
Liked by dragon2020 and 1 others

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in