width property

String get width

The width of the host element .

Implementation

String get width => nativeElement.style.width;
set width (String width)

Implementation

set width(String width) => nativeElement.style.width = width;