kErrorWidget top-level constant

Center const kErrorWidget

Implementation

const kErrorWidget = Center(
  child: Text(
    'JSON DECODE ERROR',
    style: TextStyle(color: Colors.red),
  ),
);