getDefaultUnknown method Null safety

dynamic getDefaultUnknown()

Implementation

@protected
Widget getDefaultUnknown() => Icon(
      CupertinoIcons.question,
      size: width ?? height,
      color: Colors.red,
    );