CodeWrapper typedef

CodeWrapper = Widget Function(Widget child, String code, String language)

Implementation

typedef CodeWrapper = Widget Function(
  Widget child,
  String code,
  String language,
);