shape method

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

Implementation

SelectStyler shape(ShapeBorderMix value) {
  return menuContainer(FlexBoxStyler().shape(value));
}