pendant.kstudio-pendant.hashnode.dev·Nov 12, 2024[TIL/Flutter] 변수를 명시적으로 null 초기화 하지마세요예시 코드 class DiagnosisContent extends ConsumerStatefulWidget { const DiagnosisContent({ super.key, }); // Tap event @override ConsumerState<DiagnosisContent> createState() => _DiagnosisContentState(); } class _DiagnosisContentState ex...TILDartAdd a thoughtful commentNo comments yetBe the first to start the conversation.