defaultError property
Implementation
static Widget Function(BuildContext, dynamic, dynamic) defaultError = (_, __, ___) => Container(
width: 129,
height: 116,
color: Colors.grey,
child: const Center(
child: Text(
'Image not found',
textAlign: TextAlign.center,
),
),
);