InlineCodeProps constructor

const InlineCodeProps({
  1. required String code,
})

Implementation

const InlineCodeProps({required this.code});