openai service
This commit is contained in:
@@ -62,8 +62,9 @@ class _BookCardState extends State<BookCard> {
|
||||
height: double.infinity,
|
||||
loadingBuilder:
|
||||
(context, child, loadingProgress) {
|
||||
if (loadingProgress == null)
|
||||
if (loadingProgress == null) {
|
||||
return child;
|
||||
}
|
||||
return ShimmerLoading(
|
||||
borderRadius: AppSpacing.radiusMedium,
|
||||
height: double.infinity,
|
||||
|
||||
Reference in New Issue
Block a user