width property

double? width
final

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

Implementation

final double? width;