width property

double? width

Implementation

double? get width => isSquire || isCircular
    ? maxSize
    : widthState?.fromController(this) ?? _width;
void width=(double? value)

Implementation

set width(double? value) => _width = value;