ProxyMarkdownViewBuilder constructor

const ProxyMarkdownViewBuilder({
  1. required String filePath,
  2. bool isSliver = false,
  3. bool noAppBar = false,
})

Implementation

const ProxyMarkdownViewBuilder({
  required this.filePath,
  this.isSliver = false,
  this.noAppBar = false,
});