chuckerButton property

Widget chuckerButton
final

ChuckerButton can be placed anywhere in the UI to open Chucker Screen

Implementation

static final chuckerButton = isDebugMode || ChuckerFlutter.showOnRelease
    ? ChuckerButton.getInstance()
    : const SizedBox.shrink();