AppShell Overview
menu
flutter_user
flutter_user.dart
Error
Error const constructor
Error
dark_mode
light_mode
Error
constructor
const
Error
(
{
required
String
title
,
required
String
message
,
})
Implementation
const Error({ required this.title, required this.message, });
flutter_user
flutter_user
Error
Error const constructor
Error class