width property - Rect class - dart:svg library (original) (raw)

description

num? getwidth

Implementation

num? get width native;

setwidth (num? value)

Implementation

set width(num? value) native;