height property

double? height
final

The height of the DartCodeViewer by default it uses the MediaQuery.of(context).size.height

Implementation

final double? height;