width property

double? width
inherited

width

Implementation

double? get width => $get(#width) ?? size?.width;
void width=(double? width)
inherited

Implementation

set width(double? width) => $set(#width, width);