widthWithStyle method

double widthWithStyle(
  1. TextStyle style
)

Implementation

double widthWithStyle(TextStyle style) {
  return sizeWithStyle(style).width;
}