width property

  1. @override
double width
final

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

Contract

Throws AssertionError if:

  • width <= 0.0
  • width is Nan

Implementation

@override
final double width;