Border constructor

  1. @Deprecated('Use Border.all() instead.')
const Border({
  1. BorderStyle? style,
  2. Color? color,
  3. Unit? width,
})

Implementation

@Deprecated('Use Border.all() instead.')
const factory Border({BorderStyle? style, Color? color, Unit? width}) = __Border;