width property

double width
final

The width (thickness) of the separating line. Defaults to 1.

Contract

Throws AssertionError if:

  • width <= 0.0
  • width is Nan

Implementation

final double width;