width property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? width
getter/setter pair

The width of the border, in pixels.

Deprecated; the width is determined by the "style" field.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? width;