menu
kohler_providers
kohler_providers.dart
ErrorMessage
ErrorMessage const constructor
ErrorMessage
dark_mode
light_mode
ErrorMessage
constructor
const
ErrorMessage
(
{
Key
?
key
,
Widget
?
icon
,
required
Widget
?
title
,
Widget
?
content
,
Widget
?
button
,
})
Implementation
const ErrorMessage({ super.key, this.icon, required this.title, this.content, this.button, });
kohler_providers
kohler_providers
ErrorMessage
ErrorMessage const constructor
ErrorMessage class