shape method

DialogStyler shape(
  1. ShapeBorderMix<ShapeBorder> value
)
override

Implementation

DialogStyler shape(ShapeBorderMix value) {
  return container(BoxStyler().shape(value));
}