Fix spelling

This commit is contained in:
Ashita Prasad
2023-04-19 02:09:14 +05:30
parent 47d09f039f
commit b86368c0c7

View File

@ -22,7 +22,7 @@ class ErrorMessage extends StatelessWidget {
color: color, color: color,
), ),
SelectableText( SelectableText(
message ?? 'And error occurred. $kUnexpectedRaiseIssue', message ?? 'An error occurred. $kUnexpectedRaiseIssue',
textAlign: TextAlign.center, textAlign: TextAlign.center,
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme