width method

TabStyler width(
  1. double value
)

Implementation

TabStyler width(double value) {
  return container(FlexBoxStyler().width(value));
}