MdPreview constructor
MdPreview({
- Key? key,
- required String text,
- EdgeInsetsGeometry padding = const EdgeInsets.all(0.0),
- TapLinkCallback? onTapLink,
- required dynamic widgetImage,
- TextStyle? textStyle,
- ScrollPhysics? physics,
Implementation
MdPreview({
Key? key,
required this.text,
this.padding = const EdgeInsets.all(0.0),
this.onTapLink,
required this.widgetImage,
this.textStyle,
this.physics,
}) : super(key: key);