width property Null safety

int? width

Implementation

int? get width;
void width=(int? value)

Implementation

set width(int? value);