width property Null safety

int? width
override

Implementation

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

Implementation

set width(int? value) native;